git-svn-id: file:///svn/phpbb/trunk@7214 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2007-03-22 00:59:15 +00:00
parent f6042019fa
commit fe70901904

View file

@ -16,7 +16,10 @@ $phpbb_root_path = './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
require($phpbb_root_path . 'config.' . $phpEx);
set_magic_quotes_runtime(0);
if (version_compare(PHP_VERSION, '6.0.0-dev', '<'))
{
set_magic_quotes_runtime(0);
}
// Load Extensions
if (!empty($load_extensions))