Switch to new access levels system
[fa-stable.git] / access / timeout.php
index 61e28a08c7fa521fb441d9521b047e1f176cd90c..c91dbc085f8314cd956e28d491b87380bc6796bb 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');