X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Ftimeout.php;h=c91dbc085f8314cd956e28d491b87380bc6796bb;hb=902f1015d874c33bd7946b17de2ad80b4f2144b6;hp=61e28a08c7fa521fb441d9521b047e1f176cd90c;hpb=d3c4d2a51769f355fc09fe9163f04ba4887a8c5d;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');