summaryrefslogtreecommitdiffhomepage
path: root/libs/sgi-cgi
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-09-05 23:24:39 +0000
committerSteven Barth <steven@midlink.org>2008-09-05 23:24:39 +0000
commit40d4e839eff49bc2390537d465c4543105e95f59 (patch)
treedbcfbe0044688a5817ad161ee0c470f5f77da63f /libs/sgi-cgi
parent71d3b7c194a8612b40dea82f6c430b4feb3739cd (diff)
Added bytecodecache
Diffstat (limited to 'libs/sgi-cgi')
-rwxr-xr-xlibs/sgi-cgi/htdocs/cgi-bin/luci3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/sgi-cgi/htdocs/cgi-bin/luci b/libs/sgi-cgi/htdocs/cgi-bin/luci
index 0435e59ba..cd9bb5966 100755
--- a/libs/sgi-cgi/htdocs/cgi-bin/luci
+++ b/libs/sgi-cgi/htdocs/cgi-bin/luci
@@ -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