(no commit message)
[project/luci.git] / core / contrib / ffluci
index e090d56..183a6ad 100755 (executable)
@@ -1,5 +1,4 @@
 #!/usr/bin/haserl --shell=luac
 package.path  = "/usr/lib/lua/?.lua;/usr/lib/lua/?/init.lua;" .. package.path
 package.cpath = "/usr/lib/lua/?.so;" .. package.cpath
-require("ffluci").dispatch()
-
+require("ffluci.dispatcher").httpdispatch()
\ No newline at end of file