diff options
Diffstat (limited to 'phpBB/upgrade.php')
-rw-r--r-- | phpBB/upgrade.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/upgrade.php b/phpBB/upgrade.php index dc50e9e65b..4d81eed295 100644 --- a/phpBB/upgrade.php +++ b/phpBB/upgrade.php @@ -29,6 +29,12 @@ if ( !defined('INSTALLING') ) include('config.'.$phpEx); include('includes/constants.'.$phpEx); include('includes/functions.'.$phpEx); + + if( defined("PHPBB_INSTALLED") ) + { + header("Location: index.$phpEx"); + exit; + } } // |