From f2b6a2d420e41bf87d4c0774aabdfea02b2bba6f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 31 Mar 2006 06:34:26 +0100 Subject: remove calls to error.php --- stats.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stats.php') 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; } ?> -- cgit v1.2.3-54-g00ecf