summaryrefslogtreecommitdiffhomepage
path: root/contrib/index.cgi
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-03-02 21:52:58 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-03-02 21:52:58 +0000
commit3f5de3273c9e103b4909802e339db06fe0b53312 (patch)
tree793ef66c9456665f7b472e214d79b1078fccebe8 /contrib/index.cgi
* new project: ff-luci - Freifunk Lua Configuration Interface
Diffstat (limited to 'contrib/index.cgi')
-rwxr-xr-xcontrib/index.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/index.cgi b/contrib/index.cgi
new file mode 100755
index 0000000000..429b4c3b02
--- /dev/null
+++ b/contrib/index.cgi
@@ -0,0 +1,3 @@
+#!/usr/bin/haserl --shell=luac
+print("Status: 302 Found")
+print("Location: /cgi-bin/ffluci\n")