Autore: Stoker
Apri includes/session.php
cerca:
Codice: Seleziona tutto
// Adjust the message slightly according to the permissions
if ($auth->acl_gets('a_', 'm_') || $auth->acl_getf_global('m_'))
Codice: Seleziona tutto
// Adjust the message slightly according to the permissions
if ($auth->acl_gets('a_'))
Codice: Seleziona tutto
// Is board disabled and user not an admin or moderator?
if ($config['board_disable'] && !defined('IN_LOGIN') && !$auth->acl_gets('a_', 'm_') && !$auth->acl_getf_global('m_'))
Codice: Seleziona tutto
// Is board disabled and user not an admin or moderator?
if ($config['board_disable'] && !defined('IN_LOGIN') && !$auth->acl_gets('a_'))