typo fix
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / logout_idle.inc
index 70955efb6ad9136661d5bcfa8a159c12a1637c59..783c93447665f1dbd971bd7bbef1e0a5d6f9e89e 100644 (file)
@@ -2,7 +2,7 @@
 
 // Logout user, if idle for more then LOGOUT_IDLE_SEC seconds
 
-if (( !isset($_SESSION['last_request'] ) || 
+if (( !isset($_SESSION['last_request'] )) || 
        ( $_SESSION['last_request'] >= (time() - LOGOUT_IDLE_SEC))) { 
        $_SESSION['last_request'] = time();
 } else {
This page took 0.131889 seconds and 4 git commands to generate.