summaryrefslogtreecommitdiffhomepage
path: root/core
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-06 15:06:23 +0000
committerSteven Barth <steven@midlink.org>2008-05-06 15:06:23 +0000
commit60fbb7c06c0ac59bcfedea2311bb55aeb448d98b (patch)
treefe93ce7d5bbd2e24882d3943eda3b162088b1e65 /core
parent6a1fee5115cdf047a29812dcf81b03edeefccb15 (diff)
* Bugfixes
Diffstat (limited to 'core')
-rwxr-xr-xcore/contrib/ffluci3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/contrib/ffluci b/core/contrib/ffluci
index 6d0e57847..183a6ad41 100755
--- a/core/contrib/ffluci
+++ b/core/contrib/ffluci
@@ -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.dispatcher").httpdispatch()
-
+require("ffluci.dispatcher").httpdispatch() \ No newline at end of file