diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-03-18 16:39:05 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-03-18 16:39:05 +0000 |
commit | de9418db2fdd3b3dc916d1363b9f51ebee3851ff (patch) | |
tree | 30ae5b599faa6804adb288f68231615ff48a5cbb /phpBB/common.php | |
parent | 957502a28b1d2afec74cad30731dc2ee101cafe3 (diff) | |
download | forums-de9418db2fdd3b3dc916d1363b9f51ebee3851ff.tar forums-de9418db2fdd3b3dc916d1363b9f51ebee3851ff.tar.gz forums-de9418db2fdd3b3dc916d1363b9f51ebee3851ff.tar.bz2 forums-de9418db2fdd3b3dc916d1363b9f51ebee3851ff.tar.xz forums-de9418db2fdd3b3dc916d1363b9f51ebee3851ff.zip |
Replacing the first part of the installer ready for some testing
This will bounce you back to the previous installer part way through
git-svn-id: file:///svn/phpbb/trunk@5654 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index c5ef578231..5551d6d0a5 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -77,7 +77,7 @@ require($phpbb_root_path . 'config.'.$phpEx); if (!defined('PHPBB_INSTALLED')) { - header('Location: install/install.'.$phpEx); + header('Location: install/index.'.$phpEx); exit; } @@ -138,4 +138,4 @@ if (file_exists('install')) // trigger_error('REMOVE_INSTALL'); } -?>
\ No newline at end of file +?> |