Added bytecodecache
[project/luci.git] / libs / sgi-cgi / htdocs / cgi-bin / luci
index 0435e59..cd9bb59 100755 (executable)
@@ -1,4 +1,5 @@
 #!/usr/bin/lua
-require("luci.sgi.cgi")
+require "luci.cacheloader"
+require "luci.sgi.cgi"
 luci.dispatcher.indexcache = "/tmp/.luciindex"
 luci.sgi.cgi.run()
\ No newline at end of file