X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Ftimeout.php;h=b2682957ea979db1cca7a812dfe465809414e29d;hb=bcb0795bf85860143a61da2268bb10229ebda752;hp=61e28a08c7fa521fb441d9521b047e1f176cd90c;hpb=8f7ac519b7aaf8ec219862597e878d3a28316ac6;p=fa-stable.git diff --git a/access/timeout.php b/access/timeout.php index 61e28a08..b2682957 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'); @@ -29,4 +29,3 @@ echo ""; } -?>