X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fadmin-full%2Fluasrc%2Fcontroller%2Fadmin%2Fsystem.lua;fp=modules%2Fadmin-full%2Fluasrc%2Fcontroller%2Fadmin%2Fsystem.lua;h=1087cf8db67a7c5c006bb2a598aa4f3f1eddd961;hp=a5666ccbb22e0346fb8b64e31ea3dad12a61dbc5;hb=bf7b19f33b2e0a784e5a0b63e5f4bc926d918d7e;hpb=c8ffc897e312355ce2cebdb7446529d0fb41bb08 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 })