* luci/app/freifunk-community: add redirect for cgi-bin-status.html too
This commit is contained in:
parent
a633631307
commit
4313040f07
1 changed files with 10 additions and 0 deletions
10
applications/freifunk-community/htdocs/cgi-bin-status.html
Normal file
10
applications/freifunk-community/htdocs/cgi-bin-status.html
Normal file
|
@ -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>
|
Loading…
Reference in a new issue