mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Revert an accidental change. It makes no functional difference to anything but will avoid a code change
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5970 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
10f49e6f7f
commit
a230337cd2
1 changed files with 1 additions and 1 deletions
|
@ -24,8 +24,8 @@ if ( !defined('IN_PHPBB') )
|
||||||
die("Hacking attempt");
|
die("Hacking attempt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables
|
error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables
|
||||||
|
|
||||||
set_magic_quotes_runtime(0); // Disable magic_quotes_runtime
|
set_magic_quotes_runtime(0); // Disable magic_quotes_runtime
|
||||||
|
|
||||||
// The following code (unsetting globals)
|
// The following code (unsetting globals)
|
||||||
|
|
Loading…
Add table
Reference in a new issue