38 lines
2.4 KiB
Diff
38 lines
2.4 KiB
Diff
--- a/src/http/cervlet.c 2022-03-23 18:43:07.000000000 +0100
|
|
+++ b/src/http/cervlet.c 2024-03-26 16:12:22.978986766 +0100
|
|
@@ -833,7 +833,7 @@
|
|
"<table id='nav' width='100%%'>"\
|
|
" <tr>"\
|
|
" <td width='20%%'><a href='.'>Home</a> > <a href='%s'>%s</a></td>"\
|
|
- " <td width='60%%' style='text-align:center;'>Use <a href='https://mmonit.com/'>M/Monit</a> to manage all your Monit instances</td>"\
|
|
+ " <td width='60%%' style='text-align:center;'> </td>"\
|
|
" <td width='20%%'><p class='right'><a href='_about'>Monit %s</a></td>"\
|
|
" </tr>"\
|
|
"</table>"\
|
|
@@ -847,11 +847,7 @@
|
|
StringBuffer_append(res->outputbuffer,
|
|
"</center></div></div>"
|
|
"<div id='footer'>"
|
|
- "Copyright © 2001-2022 <a href=\"http://tildeslash.com/\">Tildeslash</a>. All rights reserved. "
|
|
- "<span style='margin-left:5px;'></span>"
|
|
- "<a href=\"http://mmonit.com/monit/\">Monit web site</a> | "
|
|
- "<a href=\"http://mmonit.com/wiki/\">Monit Wiki</a> | "
|
|
- "<a href=\"http://mmonit.com/\">M/Monit</a>"
|
|
+ "Monitoring using Monit on Hyperbola GNU/Linux-libre"
|
|
"</div></body></html>");
|
|
}
|
|
|
|
@@ -891,12 +887,6 @@
|
|
"<br><h1><center><a href='http://mmonit.com/monit/'>"
|
|
"monit " VERSION "</a></center></h1>");
|
|
StringBuffer_append(res->outputbuffer,
|
|
- "<ul>"
|
|
- "<li style='padding-bottom:10px;'>Copyright © 2001-2022 <a "
|
|
- "href='http://tildeslash.com/'>Tildeslash Ltd"
|
|
- "</a>. All Rights Reserved.</li></ul>");
|
|
- StringBuffer_append(res->outputbuffer, "<hr size='1'>");
|
|
- StringBuffer_append(res->outputbuffer,
|
|
"<p>This program is free software; you can redistribute it and/or "
|
|
"modify it under the terms of the GNU Affero General Public License version 3</p>"
|
|
"<p>This program is distributed in the hope that it will be useful, but "
|