From 8a5f510da2fa2a0a4d543d436a8ca96df5d74301 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Mon, 26 Sep 2011 16:04:30 +0200 Subject: fix issue #34, edit rights of righless users --- includes/sys_auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/sys_auth.php') diff --git a/includes/sys_auth.php b/includes/sys_auth.php index 15c5591a..d831f36a 100644 --- a/includes/sys_auth.php +++ b/includes/sys_auth.php @@ -10,7 +10,7 @@ function load_auth() { if ($_SESSION['IP'] != $_SERVER['REMOTE_ADDR']) { session_destroy(); - header("Location: " . link_to_page($start)); + header("Location: " . link_to_page('start')); } $user = null; -- cgit v1.2.3-54-g00ecf