From b622c0f31a67b76aa6c97ba5ccad9ae221c0c033 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sun, 23 Apr 2006 19:25:15 +0000 Subject: [PATCH] Add a measure to stop people using this file as a preparatory step to removing it completely (I haven't killed it totally yet since there are still a couple of internal uses for it) git-svn-id: file:///svn/phpbb/trunk@5841 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install.php | 1 + 1 file changed, 1 insertion(+) 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