diff options
author | Steven Barth <steven@midlink.org> | 2008-07-25 22:15:29 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-25 22:15:29 +0000 |
commit | 35360afb6f4db43c3300b5a7420c79d4c1d03ba3 (patch) | |
tree | f519bb1eea05183f78fea64951a0202ea715f0b9 /modules/freifunk/htdocs | |
parent | bd4ac252a9c05d99d2132a685b6a89cef78d1cfa (diff) |
modules/freifunk: Add compatibility cgi-bin-nodes.html
Diffstat (limited to 'modules/freifunk/htdocs')
-rw-r--r-- | modules/freifunk/htdocs/cgi-bin-nodes.html | 10 |
1 files changed, 10 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..d409a7cb6 --- /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=/luci/olsr" /> +</head> +<body style="background-color: black"> +<a style="color: white; text-decoration: none" href="/luci/olsr">LuCI - Lua Configuration Interface</a> +</body> +</html> |