diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-10-20 18:04:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-20 18:04:11 +0200 |
commit | d9687f016d8ca1caf8ceeeb52c8ccca58800d603 (patch) | |
tree | 489128241160e49851beb32197941708c1950ea9 | |
parent | 5e994c6179beea6259414064318af9675d537f15 (diff) | |
parent | fd3d2b468fe8d7d6335743d8b3fc5bb6d88708f7 (diff) |
Merge pull request #2215 from MonwF/feature_root_redirect_path
luci-base: redirect root path to /cgi-bin/luci/
-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> |