closing 3.4.93

This commit is contained in:
Jordi Sanfeliu 2014-03-11 09:53:09 +01:00
parent 19299b15c1
commit d38acc5b59
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -175,6 +175,6 @@ LICENSE AND COPYRIGHT
Monitorix is distributed under the terms of the GNU General Public License. Monitorix is distributed under the terms of the GNU General Public License.
See the included file "COPYING". See the included file "COPYING".
Copyright (C) 2005-2013 Jordi Sanfeliu. Copyright (C) 2005-2014 Jordi Sanfeliu.
http://www.monitorix.org http://www.monitorix.org

View File

@ -493,7 +493,7 @@ if(!$silent) {
print(" <a href='http://www.monitorix.org'><img src='" . $config{url} . "/" . $config{logo_bottom} . "' border='0'></a>\n"); print(" <a href='http://www.monitorix.org'><img src='" . $config{url} . "/" . $config{logo_bottom} . "' border='0'></a>\n");
print(" <br>\n"); print(" <br>\n");
print(" <font face='Verdana, sans-serif' color='" . $colors{fg_color} . "' size='-2'>\n"); print(" <font face='Verdana, sans-serif' color='" . $colors{fg_color} . "' size='-2'>\n");
print("Copyright &copy; 2005-2013 Jordi Sanfeliu\n"); print("Copyright &copy; 2005-2014 Jordi Sanfeliu\n");
print(" </font>\n"); print(" </font>\n");
print(" </body>\n"); print(" </body>\n");
print("</html>\n"); print("</html>\n");