From e6a85132f6d4309b30d6b64a3fe49fbe7704bf8f Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sat, 22 Apr 2006 11:59:37 +0000 Subject: - Added a constant to indicate where we are for use in other functions - Slight changes to writing of the config file, more to come git-svn-id: file:///svn/phpbb/trunk@5818 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/install/index.php') 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); -- cgit v1.2.1