diff options
Diffstat (limited to 'libs/sgi-cgi/htdocs')
-rw-r--r-- | libs/sgi-cgi/htdocs/cgi-bin/luci | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/sgi-cgi/htdocs/cgi-bin/luci b/libs/sgi-cgi/htdocs/cgi-bin/luci new file mode 100644 index 0000000000..0435e59ba2 --- /dev/null +++ b/libs/sgi-cgi/htdocs/cgi-bin/luci @@ -0,0 +1,4 @@ +#!/usr/bin/lua +require("luci.sgi.cgi") +luci.dispatcher.indexcache = "/tmp/.luciindex" +luci.sgi.cgi.run()
\ No newline at end of file |