Included Sales Pricing, Purchasing Prising, Cost update and Reorder Levels in tabs...
[fa-stable.git] / 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();
                        }