From bf7b19f33b2e0a784e5a0b63e5f4bc926d918d7e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 8 Aug 2012 10:11:00 +0000 Subject: [PATCH] modules/admin-full: remove session expiry workaround from setting --- modules/admin-full/luasrc/controller/admin/system.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/admin-full/luasrc/controller/admin/system.lua b/modules/admin-full/luasrc/controller/admin/system.lua index a5666ccbb..1087cf8db 100644 --- a/modules/admin-full/luasrc/controller/admin/system.lua +++ b/modules/admin-full/luasrc/controller/admin/system.lua @@ -51,9 +51,6 @@ function action_clock_status() if set ~= nil and set > 0 then local date = os.date("*t", set) if date then - -- prevent session timeoutby updating mtime - nixio.fs.utimes(luci.sauth.sessionpath .. "/" .. luci.dispatcher.context.authsession, set, set) - luci.sys.call("date -s '%04d-%02d-%02d %02d:%02d:%02d'" %{ date.year, date.month, date.day, date.hour, date.min, date.sec }) -- 2.11.0