diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-04-23 19:25:15 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-04-23 19:25:15 +0000 |
commit | b622c0f31a67b76aa6c97ba5ccad9ae221c0c033 (patch) | |
tree | 9e7568e726465f1b298314fdca57ca5367a21321 /phpBB | |
parent | d03e541179afa8575d6567ec12f49ea7131a734a (diff) | |
download | forums-b622c0f31a67b76aa6c97ba5ccad9ae221c0c033.tar forums-b622c0f31a67b76aa6c97ba5ccad9ae221c0c033.tar.gz forums-b622c0f31a67b76aa6c97ba5ccad9ae221c0c033.tar.bz2 forums-b622c0f31a67b76aa6c97ba5ccad9ae221c0c033.tar.xz forums-b622c0f31a67b76aa6c97ba5ccad9ae221c0c033.zip |
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
Diffstat (limited to 'phpBB')
-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 |