summaryrefslogtreecommitdiffhomepage
path: root/core/contrib/ffluci
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-04 20:53:31 +0000
committerSteven Barth <steven@midlink.org>2008-05-04 20:53:31 +0000
commit2d95ace7895ea2ccaa7dd67b912ee0f303eafac5 (patch)
treef2b0cb72d4042993c4c97b5f2cb77bb06d674422 /core/contrib/ffluci
parentb2f9325073535dcdf619b45bb8fcfec3f36d645e (diff)
* Cleaned up and rewrote dispatchers
Diffstat (limited to 'core/contrib/ffluci')
-rwxr-xr-xcore/contrib/ffluci2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/contrib/ffluci b/core/contrib/ffluci
index e090d560cd..6d0e578473 100755
--- a/core/contrib/ffluci
+++ b/core/contrib/ffluci
@@ -1,5 +1,5 @@
#!/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()