diff --git a/install/include/header.php b/install/include/header.php index ff4b2936a..69f517f15 100644 --- a/install/include/header.php +++ b/install/include/header.php @@ -15,13 +15,13 @@ error_reporting(0); include('../include/config.inc.php'); error_reporting(E_ALL ^ E_NOTICE); - if (defined('AT_INSTALL')) { - include_once(AT_INSTALLER_INCLUDE_PATH.'common.inc.php'); - echo print_meta_redirect(); - exit; - } -} +} +if (defined('AT_INSTALL')) { + include_once(AT_INSTALLER_INCLUDE_PATH.'common.inc.php'); + echo print_meta_redirect(); + exit; +} $install_steps[0] = array('name' => 'Introduction'); $install_steps[1] = array('name' => 'Terms of Use'); $install_steps[2] = array('name' => 'Database'); @@ -44,4 +44,4 @@

ATutor Installation

-
\ No newline at end of file +