diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-09-26 16:04:30 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-09-26 16:04:30 +0200 |
commit | 8a5f510da2fa2a0a4d543d436a8ca96df5d74301 (patch) | |
tree | aadc744b57c9b4af9f949ac1d9141d68ca7ac2aa /includes/sys_auth.php | |
parent | 01463f0ac06ffc1fb23c267bbcb083576849b9d6 (diff) |
fix issue #34, edit rights of righless users
Diffstat (limited to 'includes/sys_auth.php')
-rw-r--r-- | includes/sys_auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |