mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
5.3 compatibility.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8764 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
068096531f
commit
8710946211
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ if (!defined('PHPBB_INSTALLED') || empty($dbms) || empty($acm_type))
|
||||||
|
|
||||||
if (version_compare(PHP_VERSION, '6.0.0-dev', '<'))
|
if (version_compare(PHP_VERSION, '6.0.0-dev', '<'))
|
||||||
{
|
{
|
||||||
set_magic_quotes_runtime(0);
|
@set_magic_quotes_runtime(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load Extensions
|
// Load Extensions
|
||||||
|
|
Loading…
Add table
Reference in a new issue