diff options
Diffstat (limited to 'libs/web')
-rw-r--r-- | libs/web/luasrc/dispatcher.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index 8516c6f1b..e3ebe5b0e 100644 --- a/libs/web/luasrc/dispatcher.lua +++ b/libs/web/luasrc/dispatcher.lua @@ -29,11 +29,6 @@ require("luci.http") require("luci.sys") require("luci.fs") --- Dirty OpenWRT fix -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') -end - context = luci.util.threadlocal() -- Index table |