diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-29 16:57:35 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-29 16:57:35 +0000 |
commit | 4313040f07f47bb222798394c20144c9a024b462 (patch) | |
tree | b63ec44aae0e646eb18adfe55dec5b134690221d /applications | |
parent | a63363130730a543c1a7291f18068f027b83c9ed (diff) |
* luci/app/freifunk-community: add redirect for cgi-bin-status.html too
Diffstat (limited to 'applications')
-rw-r--r-- | applications/freifunk-community/htdocs/cgi-bin-status.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/applications/freifunk-community/htdocs/cgi-bin-status.html b/applications/freifunk-community/htdocs/cgi-bin-status.html new file mode 100644 index 000000000..8dd86b0f9 --- /dev/null +++ b/applications/freifunk-community/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> |