summaryrefslogtreecommitdiffhomepage
path: root/applications/sgi-haserl/root/www/cgi-bin
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-22 14:04:03 +0000
committerSteven Barth <steven@midlink.org>2008-05-22 14:04:03 +0000
commit6604399aa8f35d33c53a5e5a1fea765f401aef5e (patch)
treeed818d630634a98a8996a1ba6d10e63bbea17c39 /applications/sgi-haserl/root/www/cgi-bin
parentf738eb786e3d30028310c7bcc447e7e7b63767e0 (diff)
Merge branch 'menu'
Diffstat (limited to 'applications/sgi-haserl/root/www/cgi-bin')
-rwxr-xr-xapplications/sgi-haserl/root/www/cgi-bin/ffluci5
1 files changed, 2 insertions, 3 deletions
diff --git a/applications/sgi-haserl/root/www/cgi-bin/ffluci b/applications/sgi-haserl/root/www/cgi-bin/ffluci
index 183a6ad412..f3d85df642 100755
--- a/applications/sgi-haserl/root/www/cgi-bin/ffluci
+++ b/applications/sgi-haserl/root/www/cgi-bin/ffluci
@@ -1,4 +1,3 @@
#!/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
+require("ffluci.dispatcher").createindex()
+ffluci.dispatcher.httpdispatch() \ No newline at end of file