author | Dan |
Wed, 31 Dec 2008 21:41:57 -0500 | |
changeset 38 | e6a4b7f91e91 |
parent 34 | a8daa2016cf1 |
permissions | -rw-r--r-- |
8 | 1 |
<?php |
2 |
||
34
a8daa2016cf1
Added support for last month and last 2 weeks graphs; adjusted web interface accordingly
Dan
parents:
20
diff
changeset
|
3 |
$_GET['mode'] = 'lastday'; |
a8daa2016cf1
Added support for last month and last 2 weeks graphs; adjusted web interface accordingly
Dan
parents:
20
diff
changeset
|
4 |
require('graph.php'); |
8 | 5 |