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);