* luci/libs: http.protocol: split parse_message() in parse_message_header() and parse...
[project/luci.git] / libs / sgi-haserl / root / www / cgi-bin / luci
index ab2a3e1..fd8e594 100755 (executable)
@@ -1,4 +1,4 @@
 #!/usr/bin/haserl --shell=luac
-require("luci.dispatcher")
+require("luci.sgi.haserl")
 luci.dispatcher.indexcache = "/tmp/.luciindex"
-luci.dispatcher.httpdispatch()
\ No newline at end of file
+luci.sgi.haserl.run()
\ No newline at end of file