summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/index.php b/index.php
index 64f369e..7bfef5d 100644
--- a/index.php
+++ b/index.php
@@ -7,9 +7,8 @@ if ($_SERVER['REQUEST_METHOD'] == 'GET') {
} else if (empty($_SESSION['beehive']) || !$_SESSION['beehive'] || !empty($_POST['beehive'])) {
header('location: http://0.0.0.0/');
die;
-} else {
- include('header.php');
-}
+
+include('header.php');
?>
<!--banner-->
<section class="banner">