summaryrefslogtreecommitdiff
path: root/includes/sys_auth.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-12-27 13:30:51 +0100
committerPhilip Häusler <msquare@notrademark.de>2011-12-27 13:30:51 +0100
commitb707f552507fdf311749f61a09551581209971a0 (patch)
treeafa44bdce17618315f21fba65ee0bdb8267b7035 /includes/sys_auth.php
parente90e6085dfd35ee101e43b0fa0f84a71a19f7208 (diff)
registration fix
Diffstat (limited to 'includes/sys_auth.php')
-rw-r--r--includes/sys_auth.php2
1 files changed, 1 insertions, 1 deletions
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;