summaryrefslogtreecommitdiffhomepage
path: root/libs/sgi-haserl/htdocs
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-06-15 18:54:44 +0000
committerSteven Barth <steven@midlink.org>2008-06-15 18:54:44 +0000
commit6fa9ec035b262c5aec11962329aa3d6da72c5af9 (patch)
tree991aeb2eef60130c4fc41428552912c582cd2593 /libs/sgi-haserl/htdocs
parentd5d8e8c86724b4a154b7af9c94e0eec70a485868 (diff)
* Removed support for Haserl
Diffstat (limited to 'libs/sgi-haserl/htdocs')
-rwxr-xr-xlibs/sgi-haserl/htdocs/cgi-bin/index.cgi3
-rwxr-xr-xlibs/sgi-haserl/htdocs/cgi-bin/luci4
-rwxr-xr-xlibs/sgi-haserl/htdocs/cgi-bin/luci-upload4
-rw-r--r--libs/sgi-haserl/htdocs/index.html10
4 files changed, 0 insertions, 21 deletions
diff --git a/libs/sgi-haserl/htdocs/cgi-bin/index.cgi b/libs/sgi-haserl/htdocs/cgi-bin/index.cgi
deleted file mode 100755
index aae8591c6..000000000
--- a/libs/sgi-haserl/htdocs/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/htdocs/cgi-bin/luci b/libs/sgi-haserl/htdocs/cgi-bin/luci
deleted file mode 100755
index fd8e5941a..000000000
--- a/libs/sgi-haserl/htdocs/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/htdocs/cgi-bin/luci-upload b/libs/sgi-haserl/htdocs/cgi-bin/luci-upload
deleted file mode 100755
index 371967ce9..000000000
--- a/libs/sgi-haserl/htdocs/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
diff --git a/libs/sgi-haserl/htdocs/index.html b/libs/sgi-haserl/htdocs/index.html
deleted file mode 100644
index 39ba558df..000000000
--- a/libs/sgi-haserl/htdocs/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="refresh" content="0; URL=/cgi-bin/index.cgi" />
-</head>
-<body style="background-color: black">
-<a style="color: white; text-decoration: none" href="/cgi-bin/index.cgi">LuCI - Lua Configuration Interface</a>
-</body>
-</html> \ No newline at end of file