Piotr Labudda пре 7 година
родитељ
комит
ff9b0d2591
1 измењених фајлова са 1 додато и 1 уклоњено
  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);