* Fixed last commit
[project/luci.git] / libs / sgi-cgi / htdocs / cgi-bin / luci
1 #!/usr/bin/lua
2 require("luci.sgi.cgi")
3 luci.dispatcher.indexcache = "/tmp/.luciindex"
4 luci.sgi.cgi.run()