Skip to content

Commit

Permalink
Merge pull request #170 from MostafaSoliman/patch-1
Browse files Browse the repository at this point in the history
Update header.php, thanks for the fix.
  • Loading branch information
gregrgay authored Sep 9, 2019
2 parents da5f598 + 3335389 commit 155526c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions install/include/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand All @@ -44,4 +44,4 @@
<h1 id="header">ATutor <?php echo $new_version; ?> Installation</h1>
<img src="../images/AT_Logo_1_sm.png" height="35" width="97" alt="ATutor Logo" id="logo" />
</div>
<div class="content">
<div class="content">

0 comments on commit 155526c

Please sign in to comment.