summaryrefslogtreecommitdiffstatshomepage
path: root/header.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'header.inc.php')
-rw-r--r--header.inc.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/header.inc.php b/header.inc.php
index 55defdb..361d233 100644
--- a/header.inc.php
+++ b/header.inc.php
@@ -26,10 +26,4 @@ if (!isset($root)) {
}
$root = 'http://'. $_SERVER['HTTP_HOST'] . $root;
}
-
-// Error codes
-define('GENERAL_MESSAGE', 200);
-define('GENERAL_ERROR', 202);
-define('CRITICAL_MESSAGE', 203);
-define('CRITICAL_ERROR', 204);
?>