summaryrefslogtreecommitdiffhomepage
path: root/libs/sgi-haserl/root/www/cgi-bin
diff options
context:
space:
mode:
Diffstat (limited to 'libs/sgi-haserl/root/www/cgi-bin')
-rwxr-xr-xlibs/sgi-haserl/root/www/cgi-bin/index.cgi3
-rwxr-xr-xlibs/sgi-haserl/root/www/cgi-bin/luci4
-rwxr-xr-xlibs/sgi-haserl/root/www/cgi-bin/luci-upload4
3 files changed, 0 insertions, 11 deletions
diff --git a/libs/sgi-haserl/root/www/cgi-bin/index.cgi b/libs/sgi-haserl/root/www/cgi-bin/index.cgi
deleted file mode 100755
index aae8591c6a..0000000000
--- a/libs/sgi-haserl/root/www/cgi-bin/index.cgi
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/haserl --shell=luac
-print("Status: 302 Found")
-print("Location: luci\n")
diff --git a/libs/sgi-haserl/root/www/cgi-bin/luci b/libs/sgi-haserl/root/www/cgi-bin/luci
deleted file mode 100755
index fd8e5941a5..0000000000
--- a/libs/sgi-haserl/root/www/cgi-bin/luci
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/haserl --shell=luac
-require("luci.sgi.haserl")
-luci.dispatcher.indexcache = "/tmp/.luciindex"
-luci.sgi.haserl.run() \ No newline at end of file
diff --git a/libs/sgi-haserl/root/www/cgi-bin/luci-upload b/libs/sgi-haserl/root/www/cgi-bin/luci-upload
deleted file mode 100755
index 371967ce98..0000000000
--- a/libs/sgi-haserl/root/www/cgi-bin/luci-upload
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/haserl --shell=luac --upload-limit=16384
--- This is a bit hacky: remove -upload from SCRIPT_NAME
-ENV.SCRIPT_NAME = ENV.SCRIPT_NAME:sub(1, #ENV.SCRIPT_NAME - 7)
-dofile("luci") \ No newline at end of file