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