X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsession.inc;h=27e6f8e6746e407ebc98471d7891b007aff20d7e;hb=c3f27d0fc6a44b99864a4b56d1be77decc158929;hp=f68dd38e8aed6bd99ec306d9c768d04597a613de;hpb=99c2cabd9d1c786f1335d7261b71499a5aadf08f;p=fa-stable.git diff --git a/includes/session.inc b/includes/session.inc index f68dd38e..27e6f8e6 100644 --- a/includes/session.inc +++ b/includes/session.inc @@ -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(); }