X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=libs%2Fsgi-haserl%2Froot%2Fwww%2Fcgi-bin%2Fluci;h=ab2a3e18ff790ff526d0c4b4621cdc8e8c01ceca;hb=776f9957d0376670e9d3e43677dbe3ba19ded193;hp=13fec754e3708b1b6e7a149ce71f0d9c5218cf98;hpb=93ff578ac8f0cd4772285a6ea983cf02cc9be620;p=project%2Fluci.git diff --git a/libs/sgi-haserl/root/www/cgi-bin/luci b/libs/sgi-haserl/root/www/cgi-bin/luci index 13fec754e..ab2a3e18f 100755 --- a/libs/sgi-haserl/root/www/cgi-bin/luci +++ b/libs/sgi-haserl/root/www/cgi-bin/luci @@ -1,2 +1,4 @@ #!/usr/bin/haserl --shell=luac -require("luci.dispatcher").httpdispatch() \ No newline at end of file +require("luci.dispatcher") +luci.dispatcher.indexcache = "/tmp/.luciindex" +luci.dispatcher.httpdispatch() \ No newline at end of file