X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Ftimeout.php;h=c91dbc085f8314cd956e28d491b87380bc6796bb;hb=302efb9742353a4014da170fbc9442ad11a550af;hp=61e28a08c7fa521fb441d9521b047e1f176cd90c;hpb=8f7ac519b7aaf8ec219862597e878d3a28316ac6;p=fa-stable.git diff --git a/access/timeout.php b/access/timeout.php index 61e28a08..c91dbc08 100644 --- a/access/timeout.php +++ b/access/timeout.php @@ -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');