diff options
author | xiongjie <xiongjie@corp.netease.com> | 2018-10-10 13:04:17 +0800 |
---|---|---|
committer | xiongjie <xiongjie@corp.netease.com> | 2018-10-10 13:04:17 +0800 |
commit | fd3d2b468fe8d7d6335743d8b3fc5bb6d88708f7 (patch) | |
tree | 69a835d0484ac95677aa1aff99f220d1eecdee31 /modules/luci-base | |
parent | 701f6b0819a902e8c45e19c95aad7121f9c50145 (diff) |
luci-base: redirect root path to /cgi-bin/luci/
Fix openwrt/luci#1062
Signed-off-by: MonwF <boluo2@gmail.com>
Diffstat (limited to 'modules/luci-base')
-rw-r--r-- | modules/luci-base/root/www/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/luci-base/root/www/index.html b/modules/luci-base/root/www/index.html index 59b0d8484..e96417582 100644 --- a/modules/luci-base/root/www/index.html +++ b/modules/luci-base/root/www/index.html @@ -3,9 +3,9 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Cache-Control" content="no-cache" /> -<meta http-equiv="refresh" content="0; URL=/cgi-bin/luci" /> +<meta http-equiv="refresh" content="0; URL=/cgi-bin/luci/" /> </head> <body style="background-color: white"> -<a style="color: black; font-family: arial, helvetica, sans-serif;" href="/cgi-bin/luci">LuCI - Lua Configuration Interface</a> +<a style="color: black; font-family: arial, helvetica, sans-serif;" href="/cgi-bin/luci/">LuCI - Lua Configuration Interface</a> </body> </html> |