summaryrefslogtreecommitdiffhomepage
path: root/applications/sgi-haserl/root/www/cgi-bin/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'applications/sgi-haserl/root/www/cgi-bin/index.cgi')
-rwxr-xr-xapplications/sgi-haserl/root/www/cgi-bin/index.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/sgi-haserl/root/www/cgi-bin/index.cgi b/applications/sgi-haserl/root/www/cgi-bin/index.cgi
new file mode 100755
index 000000000..31705ccf2
--- /dev/null
+++ b/applications/sgi-haserl/root/www/cgi-bin/index.cgi
@@ -0,0 +1,3 @@
+#!/usr/bin/haserl --shell=luac
+print("Status: 302 Found")
+print("Location: ffluci\n")