diff --git a/share/http/index.html b/share/http/index.html index 03e91f6fecd4d54bf875b63740e8dc435991e844..4e526b3b0c6d8595503973d931037262a3e088de 100644 --- a/share/http/index.html +++ b/share/http/index.html @@ -47,8 +47,7 @@ <noscript> <hr/> <p> - Warning: Your browser doesn't support javascript. - You should use the <a href="old/">old http interface</a>. + Warning: Your browser doesn't support JavaScript. </p> <hr/> </noscript> diff --git a/share/lua/http/index.html b/share/lua/http/index.html index 717f7999c04392f927ad3927c71ad9652fdbd52b..8dd4207e566550190b3de253b3dec4e9dc8b427a 100644 --- a/share/lua/http/index.html +++ b/share/lua/http/index.html @@ -42,16 +42,8 @@ <noscript> <hr/> <p> - Warning: Your browser doesn't support javascript. - You shouldn't use the lua HTTP interface. + Warning: Your browser doesn't support JavaScript. </p> - <p> - You have 2 choices: - </p> - <ol> - <li>Use the very old HTTP interface implemented in C.</li> - <li>Port the old folder to the new lua implementation.</li> - </ol> <hr/> </noscript>