[0004735] Search Outstanding Work Orders: voided work orders excluded.
[fa-stable.git] / access / timeout.php
index 61e28a08c7fa521fb441d9521b047e1f176cd90c..b2682957ea979db1cca7a812dfe465809414e29d 100644 (file)
@@ -13,7 +13,7 @@
        User authentication page popped up after login timeout during ajax call.
 */
 $path_to_root = '..';
-$page_security = 1;
+$page_security = 'SA_OPEN';
 include_once($path_to_root . "/includes/session.inc");
 
 include($path_to_root .'/access/login.php');
@@ -29,4 +29,3 @@ echo "<script>
        }
 </script>";
 }
-?>