summaryrefslogtreecommitdiff
path: root/stats.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-31 06:34:26 +0100
committerAndrew Dolgov <[email protected]>2006-03-31 06:34:26 +0100
commitf2b6a2d420e41bf87d4c0774aabdfea02b2bba6f (patch)
treebb772b5cbe2c526d6f8878bc688a64f036346161 /stats.php
parent462a192bd576b1d27debcb89212456d1232c2ed8 (diff)
remove calls to error.php
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;
}
?>