diff options
Diffstat (limited to 'phpBB/install.php')
-rw-r--r-- | phpBB/install.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/install.php b/phpBB/install.php index 8928830946..e33bc56ae0 100644 --- a/phpBB/install.php +++ b/phpBB/install.php @@ -22,8 +22,10 @@ error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables set_magic_quotes_runtime(0); // Disable magic_quotes_runtime +define('IN_PHPBB', true); $phpbb_root_path='./'; include($phpbb_root_path.'extension.inc'); +include($phpbb_root_dir . 'includes/functions_selects.'.$phpEx); $userdata = array(); $lang = array(); |