diff options
author | Steven Barth <steven@midlink.org> | 2008-05-07 20:47:41 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-07 20:47:41 +0000 |
commit | f8ac8062a51fdbf9c09e9e53738d4aa83c852695 (patch) | |
tree | e618dfa0dd15db10c596703a42ea47e473947aa4 /core | |
parent | c8a02eec3b578515a6defaab0a8364cfbaac1ce5 (diff) |
Diffstat (limited to 'core')
-rwxr-xr-x | core/contrib/ffluci | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/contrib/ffluci b/core/contrib/ffluci index 2c0362eba..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 -print("Content-Type: text/plain\n") require("ffluci.dispatcher").httpdispatch()
\ No newline at end of file |