* libs/web: Fixed time hack
This commit is contained in:
parent
a7a2afdb0a
commit
09ecbe73ed
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ require("luci.sys")
|
||||||
require("luci.fs")
|
require("luci.fs")
|
||||||
|
|
||||||
-- Dirty OpenWRT fix
|
-- Dirty OpenWRT fix
|
||||||
if (os.time() < luci.fs.mtime(luci.sys.libpath() .. "/dispatcher.lua")) then
|
if (os.time() < 1000000000) then
|
||||||
os.execute('date -s '..os.date('%m%d%H%M%Y', luci.fs.mtime(luci.sys.libpath() .. "/dispatcher.lua"))..' > /dev/null 2>&1')
|
os.execute('date -s '..os.date('%m%d%H%M%Y', luci.fs.mtime(luci.sys.libpath() .. "/dispatcher.lua"))..' > /dev/null 2>&1')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue