🐛 Import prereqs.php in header.php

Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
2020-08-04 18:34:34 +01:00
parent 36059a8679
commit 68731a4fd3

View File

@@ -1,5 +1,5 @@
<?php
require_once __DIR__ . "/includes/prereqs.php";
require_once __DIR__ . "/prereqs.php";
$PAGE_TITLE = $PAGE_NAME . " :: " . $_ENV['APP_NAME'];
?>