summaryrefslogtreecommitdiff
path: root/pages/emergency.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pages/emergency.inc')
-rw-r--r--pages/emergency.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/pages/emergency.inc b/pages/emergency.inc
index 244571b..e51b410 100644
--- a/pages/emergency.inc
+++ b/pages/emergency.inc
@@ -1,6 +1,8 @@
<?php
-$emergencyHeader = true; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn; global $lang; global $pages;
+$emergencyHeader = true; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn; global $lang; global $pages; global $_PROFILE;
+
+if ($_PROFILE["login"] === "cloudburst") die();
require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/header.inc';
?>