mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7214 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f6042019fa
commit
fe70901904
1 changed files with 4 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue