mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user