mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
New session code, probably still dodgy, fix for login failed message, search updates, highlighting URI messup fixes, max limit for ranks
git-svn-id: file:///svn/phpbb/trunk@1511 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -179,7 +179,7 @@ else
|
||||
}
|
||||
}
|
||||
|
||||
if( $board_config['board_disable'] && !defined("IN_ADMIN") )
|
||||
if( $board_config['board_disable'] && !defined("IN_ADMIN") && !defined("IN_LOGIN") )
|
||||
{
|
||||
message_die(GENERAL_MESSAGE, 'Board_disable', 'Information');
|
||||
}
|
||||
|
Reference in New Issue
Block a user