diff options
| -rw-r--r-- | phpBB/install/install.php | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php index 5c5619b066..0d8dd8b84a 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -10,6 +10,7 @@  /**  */ +die('Please use the new installation system (install/index.php) instead of this file. This code has been deprecated and will be removed before release');  define('IN_PHPBB', true);  // Error reporting level and runtime escaping  | 
