summaryrefslogtreecommitdiffhomepage
path: root/core/index.cgi
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-04-11 18:13:58 +0000
committerSteven Barth <steven@midlink.org>2008-04-11 18:13:58 +0000
commitcd498aa924553422e64c4b56d2fb01e63a170bac (patch)
tree8dc47490dff680dc2c67a0c30e0bd64e1b34d008 /core/index.cgi
parentb864e2933ddab6bb40868cd878c9b89f9073ad12 (diff)
* Major repository revision
Diffstat (limited to 'core/index.cgi')
-rwxr-xr-xcore/index.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/index.cgi b/core/index.cgi
new file mode 100755
index 000000000..c9c98b0b2
--- /dev/null
+++ b/core/index.cgi
@@ -0,0 +1,3 @@
+#!/usr/bin/haserl --shell=luac
+print("Status: 302 Found")
+print("Location: ffluci/admin\n")