* Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers
[project/luci.git] / libs / sgi-haserl / root / www / cgi-bin / luci
1 #!/usr/bin/haserl --shell=luac
2 require("luci.sgi.haserl")
3 luci.dispatcher.indexcache = "/tmp/.luciindex"
4 luci.sgi.haserl.run()