Piotr Labudda há 7 anos atrás
pai
commit
ff9b0d2591
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      SE/index.php

+ 1 - 1
SE/index.php

@@ -30,7 +30,7 @@ SEF('DEBUG_S');
 S::init();// init session variables if not exists
 User::auth();// die if not logged in
 
-S::timeoutUpdate(true);// User is authorized - update logout time
+if (!V::get('SKIP_TIMER', '', $_REQUEST)) S::timeoutUpdate(true);// User is authorized - update logout time
 
 $route = V::get('_route', '', $_REQUEST);
 Router::route($route);