From 40d4e839eff49bc2390537d465c4543105e95f59 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 5 Sep 2008 23:24:39 +0000 Subject: Added bytecodecache --- libs/sgi-cgi/htdocs/cgi-bin/luci | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/sgi-cgi/htdocs/cgi-bin') diff --git a/libs/sgi-cgi/htdocs/cgi-bin/luci b/libs/sgi-cgi/htdocs/cgi-bin/luci index 0435e59ba2..cd9bb59660 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 -- cgit v1.2.3