aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php4
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
+?>