diff options
Diffstat (limited to 'phpBB/install/index.php')
-rwxr-xr-x | phpBB/install/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php index 5fda7beba9..32728e0900 100755 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -11,6 +11,7 @@ /** */ define('IN_PHPBB', true); +define('IN_INSTALL', true); // Error reporting level and runtime escaping //error_reporting(E_ERROR | E_WARNING | E_PARSE); |