# HG changeset patch # User Dan # Date 1231105372 18000 # Node ID 53a50ba4d690c4131dba62d6d0e003eee697125c # Parent ce2e9caf2dfaf2e886196151384140d1127fa006 Added last 60 minutes graph to index.php diff -r ce2e9caf2dfa -r 53a50ba4d690 htdocs/index.php --- a/htdocs/index.php Sun Jan 04 16:40:36 2009 -0500 +++ b/htdocs/index.php Sun Jan 04 16:42:52 2009 -0500 @@ -82,6 +82,8 @@ } ?> +

Last 60 minutes

+ Graph image

Last 24 hours

Graph image

Last 2 weeks

diff -r ce2e9caf2dfa -r 53a50ba4d690 htdocs/news.php --- a/htdocs/news.php Sun Jan 04 16:40:36 2009 -0500 +++ b/htdocs/news.php Sun Jan 04 16:42:52 2009 -0500 @@ -13,6 +13,8 @@

Updates and changes

+

2009-01-04

+

Added a last 60 minutes graph.

2008-12-24

now has modular graph support and thus is able to show different graphs. Included now are options for the last 24 hours as before, plus the last two weeks and the last 30 days. More, of course, can be added if needed.