* Updated dispatching cache mechanism
[project/luci.git] / libs / sgi-haserl / root / www / cgi-bin / luci
index 13fec75..ab2a3e1 100755 (executable)
@@ -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