fix date ranges in CR

This commit is contained in:
graysky 2016-10-02 13:38:15 -04:00
parent 19526304bc
commit cd1601ff1c
3 changed files with 4 additions and 4 deletions

2
README
View File

@ -190,6 +190,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-2015 Jordi Sanfeliu. Copyright (C) 2005-2016 Jordi Sanfeliu.
http://www.monitorix.org http://www.monitorix.org

View File

@ -2,7 +2,7 @@
# #
# Monitorix - A lightweight system monitoring tool. # Monitorix - A lightweight system monitoring tool.
# #
# Copyright (C) 2005-2015 by Jordi Sanfeliu <jordi@fibranet.cat> # Copyright (C) 2005-2016 by Jordi Sanfeliu <jordi@fibranet.cat>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@ -2,7 +2,7 @@
# #
# Monitorix - A lightweight system monitoring tool. # Monitorix - A lightweight system monitoring tool.
# #
# Copyright (C) 2005-2015 by Jordi Sanfeliu <jordi@fibranet.cat> # Copyright (C) 2005-2016 by Jordi Sanfeliu <jordi@fibranet.cat>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -541,7 +541,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-2015 Jordi Sanfeliu\n"); print("Copyright &copy; 2005-2016 Jordi Sanfeliu\n");
print(" </font>\n"); print(" </font>\n");
print(" </body>\n"); print(" </body>\n");
print("</html>\n"); print("</html>\n");