From a573b4e325bbac31642f5a7d0a65cc07464c473c Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sun, 30 Dec 2012 18:27:45 +0100 Subject: replaced header with redirect function --- includes/pages/guest_login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/pages/guest_login.php') diff --git a/includes/pages/guest_login.php b/includes/pages/guest_login.php index aaf7b0f1..bdd98d33 100644 --- a/includes/pages/guest_login.php +++ b/includes/pages/guest_login.php @@ -158,7 +158,7 @@ function guest_register() { function guest_logout() { session_destroy(); - header("Location: " . page_link_to("start")); + redirect(page_link_to("start")); } function guest_login() { -- cgit v1.2.3-70-g09d2