Added bytecodecache
[project/luci.git] / libs / sgi-cgi / htdocs / cgi-bin / luci
index 0435e59ba28b8efc18e8e045581ee9c5a31ccdc9..cd9bb59660e8112ba6ffea5aa2786cb5a1423ca5 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