diff options
Diffstat (limited to 'modules/base/htdocs/cgi-bin')
-rwxr-xr-x | modules/base/htdocs/cgi-bin/luci | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/base/htdocs/cgi-bin/luci b/modules/base/htdocs/cgi-bin/luci new file mode 100755 index 0000000000..529d1d0bc5 --- /dev/null +++ b/modules/base/htdocs/cgi-bin/luci @@ -0,0 +1,5 @@ +#!/usr/bin/lua +require "luci.cacheloader" +require "luci.sgi.cgi" +luci.dispatcher.indexcache = "/tmp/luci-indexcache" +luci.sgi.cgi.run()
\ No newline at end of file |