From 2ace10e4c2ff5fc2dada01c5b4c866640182162e Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 5 Dec 2001 00:20:56 +0000 Subject: 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 --- phpBB/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/common.php') diff --git a/phpBB/common.php b/phpBB/common.php index f8f124c3f2..7c1f867a71 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -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'); } -- cgit v1.2.1