mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
removed debug_extra notice
other fixes state that mysql.php shouldn't be used for mysql 4.1+ (actually, it should deny using it) git-svn-id: file:///svn/phpbb/trunk@6377 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -489,12 +489,6 @@ class acp_main
|
||||
);
|
||||
}
|
||||
|
||||
// Display debug_extra notice
|
||||
if (defined('DEBUG_EXTRA'))
|
||||
{
|
||||
$template->assign_var('S_DEBUG_EXTRA', true);
|
||||
}
|
||||
|
||||
// Warn if install is still present
|
||||
if (file_exists($phpbb_root_path . 'install'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user