summaryrefslogtreecommitdiff
path: root/stats.php
diff options
context:
space:
mode:
Diffstat (limited to 'stats.php')
-rw-r--r--stats.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/stats.php b/stats.php
index 730bea252..1d7d5efc0 100644
--- a/stats.php
+++ b/stats.php
@@ -12,8 +12,7 @@
login_sequence($link);
if ($_SESSION["access_level"] < 10) {
- header("Location: error.php?c=8");
- exit;
+ header("Location: login.php"); die;
}
?>