mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[ticket/13923] CS
PHPBB3-13923
This commit is contained in:
@@ -94,7 +94,7 @@ if (version_compare(PHP_VERSION, '5.4.0-dev', '>='))
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if(get_magic_quotes_runtime())
|
if (get_magic_quotes_runtime())
|
||||||
{
|
{
|
||||||
// Deactivate
|
// Deactivate
|
||||||
@set_magic_quotes_runtime(0);
|
@set_magic_quotes_runtime(0);
|
||||||
|
Reference in New Issue
Block a user