modules/freifunk: Add compatibility cgi-bin-nodes.html

This commit is contained in:
Steven Barth 2008-07-25 22:15:29 +00:00
parent bd4ac252a9
commit 35360afb6f

View 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=/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>