added a mark in the footer part on the html

This commit is contained in:
Jordi Sanfeliu 2013-07-11 15:00:19 +02:00
parent ea7ef357ec
commit 3122badb52
1 changed files with 2 additions and 0 deletions

View File

@ -447,6 +447,7 @@ if(!$silent) {
print("\n");
print(" </font>\n");
print(" </center>\n");
print("<!-- footer begins -->\n");
print(" <p>\n");
print(" <a href='http://www.monitorix.org'><img src='" . $config{url} . "/" . $config{logo_bottom} . "' border='0'></a>\n");
print(" <br>\n");
@ -455,6 +456,7 @@ if(!$silent) {
print(" </font>\n");
print(" </body>\n");
print("</html>\n");
print("<!-- footer ends -->\n");
}
0;