summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2022-04-24 17:34:13 -0400
committerAdam T. Carpenter <atc@53hor.net>2022-04-24 17:34:13 -0400
commited37deeccbe2281ef2823fa8086b2dbb8e58b9d3 (patch)
treefb338eca579a407e2a63af1248105615ba629958
parent6abcbebfd7f2d367aa0e771c11d30df59e5ce732 (diff)
downloadcarpentertutoring-ed37deeccbe2281ef2823fa8086b2dbb8e58b9d3.tar.xz
carpentertutoring-ed37deeccbe2281ef2823fa8086b2dbb8e58b9d3.zip
fix: always load header
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 7bfef5d..b302014 100644
--- a/index.php
+++ b/index.php
@@ -7,6 +7,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'GET') {
} else if (empty($_SESSION['beehive']) || !$_SESSION['beehive'] || !empty($_POST['beehive'])) {
header('location: http://0.0.0.0/');
die;
+}
include('header.php');
?>