diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-01-16 15:36:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 15:36:05 +0100 |
commit | b65588ebc65d39ed978902c87cfb1b43773cb0a0 (patch) | |
tree | ef6faeca6b369cf38c9b5640b753a5f4294e624f /modules/luci-base/root | |
parent | f545b29aaf6c63a74321a1e5e4655e71330b33b3 (diff) | |
parent | 5e6ec8562fe828934ef835490cee405653b06d3a (diff) |
Merge pull request #3511 from Ansuel/no-hard
luci-base: remove hardcoded cgi-bin path
Diffstat (limited to 'modules/luci-base/root')
-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 6899820a44..35c0ea0d32 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, no-store, must-revalidate" /> -<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> |