cleaup some graph drawing functions and interface text printing functions (much moar needed)

git-svn-id: http://www.observium.org/svn/observer/trunk@1086 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-05-02 23:24:47 +00:00
parent 3eba59c8ab
commit 81277280da
6 changed files with 108 additions and 56 deletions

View File

@@ -122,4 +122,12 @@ $week = time() - (7 * 24 * 60 * 60);
$month = time() - (31 * 24 * 60 * 60);
$year = time() - (365 * 24 * 60 * 60);
$config['now'] = $now;
$config['day'] = $day;
$config['twoday'] = $twoday;
$config['week'] = $week;
$config['month'] = $month;
$config['year'] = $year;
?>