mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
cleanups
git-svn-id: http://www.observium.org/svn/observer/trunk@2340 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -26,7 +26,9 @@ include("../includes/functions.php");
|
||||
include("includes/functions.inc.php");
|
||||
|
||||
$start = utime();
|
||||
|
||||
$now = time();
|
||||
$fourhour = time() - (4 * 60 * 60);
|
||||
$day = time() - (24 * 60 * 60);
|
||||
$twoday = time() - (2 * 24 * 60 * 60);
|
||||
$week = time() - (7 * 24 * 60 * 60);
|
||||
|
||||
Reference in New Issue
Block a user