diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-06-14 15:14:15 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-06-14 15:14:15 +0000 |
commit | 971ffe47da2fa5b154f0601f9ece2984ac7f5d50 (patch) | |
tree | d748442b1fa9315a91d535822a638a6a95610c39 /libs | |
parent | cb53f314f4cd3d60d64c36048f4dfd06f23cea3f (diff) |
* luci/libs: move time fix to luci-addons
Diffstat (limited to 'libs')
-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 |