This commit is contained in:
Steven Barth 2008-05-07 20:47:41 +00:00
parent c8a02eec3b
commit f8ac8062a5

View file

@ -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()