summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/includes/functions.inc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/includes/functions.inc.php b/usr/local/www/includes/functions.inc.php
index 21a89f3..b7c5b4f 100644
--- a/usr/local/www/includes/functions.inc.php
+++ b/usr/local/www/includes/functions.inc.php
@@ -27,8 +27,6 @@ function get_uptime() {
$boottime = $matches[1];
$uptime = time() - $boottime;
- if ($uptime > 60)
- $uptime += 30;
$updays = (int)($uptime / 86400);
$uptime %= 86400;
$uphours = (int)($uptime / 3600);
OpenPOWER on IntegriCloud