From f4fdf9b0b146959f4d033403f51bd4e398974776 Mon Sep 17 00:00:00 2001 From: David Morley Date: Tue, 3 Jan 2017 07:49:04 -0500 Subject: [PATCH] uptimelast7 is actually pulling overall not the month of uptime to it. Corrected the labels, the uptimelast7 is still wrong name --- show.php | 2 +- showfull.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/show.php b/show.php index c4a110f..209da0a 100644 --- a/show.php +++ b/show.php @@ -22,7 +22,7 @@ $numrows = pg_num_rows($result); Pod - Uptime % + Uptime % Active Users Location Services Offered diff --git a/showfull.php b/showfull.php index 3126f70..43e57c9 100644 --- a/showfull.php +++ b/showfull.php @@ -23,7 +23,7 @@ $numrows = pg_num_rows($result); Pod Version - Uptime + Uptime IPv6 Response Time Signups @@ -53,7 +53,7 @@ $numrows = pg_num_rows($result); $tip = 'This pod does not offer SSL'; } $pod_name = htmlentities($row['name'], ENT_QUOTES); - $tip .= "\n This {$row['softwarename']} pod {$pod_name} has been watched for {$row['monthsmonitored']} months with an uptime of {$row['uptimelast7']}% this month and a response time average today of {$row['responsetimelast7']}ms was last checked on {$row['dateupdated']}. "; + $tip .= "\n This {$row['softwarename']} pod {$pod_name} has been watched for {$row['monthsmonitored']} months with an overall uptime of {$row['uptimelast7']}% and a response time average today of {$row['responsetimelast7']}ms was last checked on {$row['dateupdated']}. "; $tip .= "On a scale of 100 this pod is a {$row['score']} right now"; echo '' . $row['domain'] . ''; -- GitLab