diff options
author | Steven Barth <steven@midlink.org> | 2008-09-15 22:28:45 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-15 22:28:45 +0000 |
commit | 267c8918cf536595a2a316745ad4835b8001ebde (patch) | |
tree | c0f82145de14d20a7ff7ee83e49252b91beb16d3 /applications/freifunk-community/htdocs | |
parent | 9c8f710d516d605796280d0549d892b06ae6ecff (diff) |
Freifunk: Added legacy cgi-bin-nodes.html support
Diffstat (limited to 'applications/freifunk-community/htdocs')
-rw-r--r-- | applications/freifunk-community/htdocs/cgi-bin-nodes.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/applications/freifunk-community/htdocs/cgi-bin-nodes.html b/applications/freifunk-community/htdocs/cgi-bin-nodes.html new file mode 100644 index 000000000..8dd86b0f9 --- /dev/null +++ b/applications/freifunk-community/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> |