diff options
Diffstat (limited to 'pages/rules.php')
-rw-r--r-- | pages/rules.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pages/rules.php b/pages/rules.php index b1759dc..9148d89 100644 --- a/pages/rules.php +++ b/pages/rules.php @@ -1,7 +1,6 @@ <?php -require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php"; global $isLoggedIn; -if (!$isLoggedIn) header("Location: /-/login") and die(); +require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.php"; global $title; global $isLoggedIn; if (isset($_POST["updateRules"])) { header("Content-Type: text/plain"); @@ -35,7 +34,7 @@ if (isset($_POST["updateRules"])) { die(); } -$title = "Systems rules"; require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'; +require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'; ?> @@ -73,7 +72,7 @@ $title = "Systems rules"; require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/he </summary> <?php if (in_array(false, $rule["approved"])): ?> <div style="margin-top:10px;" class="alert alert-warning"> - <b>This rule has not yet been approved.</b> All rules need to be approved by the protectors from both systems. This rule is still missing approval from <?php + <b>This rule has not yet been approved.</b> All rules need to be approved by the primary protectors from both systems. This rule is still missing approval from <?php if ($rule["approved"][0] === false) { if ($rule["approved"][1] === false) { |