summaryrefslogtreecommitdiffhomepage
path: root/applications/sgi-haserl/root/www/cgi-bin/ffluci
diff options
context:
space:
mode:
Diffstat (limited to 'applications/sgi-haserl/root/www/cgi-bin/ffluci')
-rwxr-xr-xapplications/sgi-haserl/root/www/cgi-bin/ffluci4
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/sgi-haserl/root/www/cgi-bin/ffluci b/applications/sgi-haserl/root/www/cgi-bin/ffluci
new file mode 100755
index 000000000..183a6ad41
--- /dev/null
+++ b/applications/sgi-haserl/root/www/cgi-bin/ffluci
@@ -0,0 +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() \ No newline at end of file