From b707f552507fdf311749f61a09551581209971a0 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Tue, 27 Dec 2011 13:30:51 +0100 Subject: registration fix --- 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 d831f36a..d33fdf31 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: " . page_link_to('start')); } $user = null; -- cgit v1.2.3-54-g00ecf