diff options
author | Manuel Munz <freifunk@somakoma.de> | 2010-12-17 02:16:21 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2010-12-17 02:16:21 +0000 |
commit | 1a2165b0bd10694db696daa79ea1e388ecae4ef2 (patch) | |
tree | 661275d9643fa64494ef9377b35208db51607f21 /modules/freifunk | |
parent | 210d77543369ab3f44e5aa4894ed82134019c1b5 (diff) |
modules/freifunk: Delete cgi-bin-{nodes,status}.html because they were moved to applications/luci-olsr
Diffstat (limited to 'modules/freifunk')
-rw-r--r-- | modules/freifunk/htdocs/cgi-bin-nodes.html | 10 | ||||
-rw-r--r-- | modules/freifunk/htdocs/cgi-bin-status.html | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/modules/freifunk/htdocs/cgi-bin-nodes.html b/modules/freifunk/htdocs/cgi-bin-nodes.html deleted file mode 100644 index 8dd86b0f9..000000000 --- a/modules/freifunk/htdocs/cgi-bin-nodes.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/luci/freifunk/olsr" /> -</head> -<body style="background-color: black"> -<a style="color: white; text-decoration: none" href="/cgi-bin/luci/freifunk/olsr">LuCI - Lua Configuration Interface</a> -</body> -</html> diff --git a/modules/freifunk/htdocs/cgi-bin-status.html b/modules/freifunk/htdocs/cgi-bin-status.html deleted file mode 100644 index 8dd86b0f9..000000000 --- a/modules/freifunk/htdocs/cgi-bin-status.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/luci/freifunk/olsr" /> -</head> -<body style="background-color: black"> -<a style="color: white; text-decoration: none" href="/cgi-bin/luci/freifunk/olsr">LuCI - Lua Configuration Interface</a> -</body> -</html> |