Fixed 'Moved Temporarily' error after login (on some server configurations).
authorJanusz Dobrowolski <janusz@frontaccouting.eu>
Mon, 21 Jan 2013 07:51:16 +0000 (08:51 +0100)
committerJanusz Dobrowolski <janusz@frontaccouting.eu>
Mon, 21 Jan 2013 07:51:16 +0000 (08:51 +0100)
includes/session.inc

index f68dd38e8aed6bd99ec306d9c768d04597a613de..27e6f8e6746e407ebc98471d7891b007aff20d7e 100644 (file)
@@ -455,7 +455,7 @@ if (strstr($_SERVER['PHP_SELF'], 'logout.php') == false){
                        {
                                // in case of GET request redirect to avoid confirmation dialog 
                                // after return from menu option
-                               header("HTTP 1.1 303 See Other");
+                               header("HTTP/1.1 303 See Other");
                                header("Location: ".$_SESSION['timeout']['uri']);
                                exit();
                        }