aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install.php')
-rw-r--r--phpBB/install.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/install.php b/phpBB/install.php
index eb1af053ff..a6cdd9ab4a 100644
--- a/phpBB/install.php
+++ b/phpBB/install.php
@@ -19,6 +19,9 @@
*
***************************************************************************/
+error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables
+set_magic_quotes_runtime(0); // Disable magic_quotes_runtime
+
$phpbb_root_path='./';
include($phpbb_root_path.'extension.inc');