diff --git a/html/index.php b/html/index.php index 73cba71b1..5be87144e 100755 --- a/html/index.php +++ b/html/index.php @@ -21,7 +21,8 @@ include('includes/plugins.inc.php'); Plugins::start(); // Check for install.inc.php -if (!file_exists('../config.php') && $_SERVER['PATH_INFO'] != '/install.php') { +if (!file_exists('../config.php') && $_SERVER['PATH_INFO'] != '/install.php') +{ // no config.php does so let's redirect to the install header('Location: /install.php'); exit; @@ -122,8 +123,6 @@ if ($config['page_title']) { $config['page_title_prefix'] = $config['page_title'