mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
cross-ci to the head
git-svn-id: file:///svn/phpbb/trunk@8294 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -151,7 +151,7 @@ class install_install extends module
|
||||
|
||||
// We also give feedback on whether we're running in safe mode
|
||||
$result = '<strong style="color:green">' . $lang['YES'];
|
||||
if (@ini_get('safe_mode') || strtolower(@ini_get('safe_mode')) == 'on')
|
||||
if (@ini_get('safe_mode') == '1' || strtolower(@ini_get('safe_mode')) == 'on')
|
||||
{
|
||||
$result .= ', ' . $lang['PHP_SAFE_MODE'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user