mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-29 02:29:21 +02: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
@ -27,7 +27,7 @@ if (!defined('PHPBB_INSTALLED') || empty($dbms) || empty($acm_type))
|
||||
|
||||
if (version_compare(PHP_VERSION, '6.0.0-dev', '<'))
|
||||
{
|
||||
set_magic_quotes_runtime(0);
|
||||
@set_magic_quotes_runtime(0);
|
||||
}
|
||||
|
||||
// Load Extensions
|
||||
|
Loading…
x
Reference in New Issue
Block a user