typo fix
authorniekt0 <niekt0@kyberia.cz>
Tue, 5 Apr 2011 22:14:02 +0000 (00:14 +0200)
committerniekt0 <niekt0@kyberia.cz>
Tue, 5 Apr 2011 22:14:02 +0000 (00:14 +0200)
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.148154 seconds and 4 git commands to generate.