diff options
author | Steven Barth <steven@midlink.org> | 2008-09-05 23:24:39 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-05 23:24:39 +0000 |
commit | 40d4e839eff49bc2390537d465c4543105e95f59 (patch) | |
tree | dbcfbe0044688a5817ad161ee0c470f5f77da63f /libs/sgi-cgi | |
parent | 71d3b7c194a8612b40dea82f6c430b4feb3739cd (diff) |
Added bytecodecache
Diffstat (limited to 'libs/sgi-cgi')
-rwxr-xr-x | libs/sgi-cgi/htdocs/cgi-bin/luci | 3 |
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 |