From 2c472b1c2a549759c2894231f43cc08480d13529 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 18 Dec 2002 01:07:30 +0000 Subject: [PATCH] redirect change git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3204 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/install/upgrade.php b/phpBB/install/upgrade.php index 5500627ef2..9883738599 100644 --- a/phpBB/install/upgrade.php +++ b/phpBB/install/upgrade.php @@ -39,7 +39,7 @@ if ( !defined('INSTALLING') ) if( defined("PHPBB_INSTALLED") ) { - redirect("index.$phpEx); + redirect("../index.$phpEx); } }