From 0168fcf3d52cb4a9be7ef07ddbb57a60d14c7ffc Mon Sep 17 00:00:00 2001 From: ondrass Date: Thu, 14 Dec 2000 15:25:25 +0000 Subject: [PATCH] You havta do http redirect at the end of page. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@888 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/redirect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redirect.php b/src/redirect.php index d958756f..8075f360 100644 --- a/src/redirect.php +++ b/src/redirect.php @@ -23,7 +23,6 @@ header("Pragma: no-cache"); $location = get_location(); - header("Location: $location/webmail.php"); session_set_cookie_params (0, $base_uri); session_start(); @@ -69,4 +68,5 @@ session_register ("user_is_logged_in"); $user_is_logged_in = true; + header("Location: $location/webmail.php"); ?> -- 2.25.1