diff options
author | Manuel Munz <freifunk@somakoma.de> | 2010-11-21 19:17:22 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2010-11-21 19:17:22 +0000 |
commit | cf6bda5c9634c60ee7237b95c7e283872c20d122 (patch) | |
tree | eac19fa28efacd9b8dfc0ed1d3a3797bd3b37b09 /modules/freifunk | |
parent | f377dd86f48a3aab1fde8155b0bdf260fdd21c28 (diff) |
Move redirects to modules/freifunk (#151)
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, 20 insertions, 0 deletions
diff --git a/modules/freifunk/htdocs/cgi-bin-nodes.html b/modules/freifunk/htdocs/cgi-bin-nodes.html new file mode 100644 index 000000000..8dd86b0f9 --- /dev/null +++ b/modules/freifunk/htdocs/cgi-bin-nodes.html @@ -0,0 +1,10 @@ +<?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 new file mode 100644 index 000000000..8dd86b0f9 --- /dev/null +++ b/modules/freifunk/htdocs/cgi-bin-status.html @@ -0,0 +1,10 @@ +<?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> |