diff --git a/showfull.php b/showfull.php index 647bd129ad12877cf63b7b0331e4edc0e12c5526..30d9c89f5a62f3ee80c08e1e4235f3b682e9e7e4 100644 --- a/showfull.php +++ b/showfull.php @@ -26,7 +26,7 @@ $numrows = pg_num_rows($result); Software Uptime IPv6 - Response Time + Response Signups Users Active 6m @@ -49,7 +49,7 @@ $numrows = pg_num_rows($result); $tip = "\n This {$row['softwarename']} pod {$pod_name} has been watched for {$row['monthsmonitored']} months with an overall uptime of {$row['uptime_alltime']}% and a response time average today of {$row['responsetime']}ms was last checked on {$row['date_updated']}. "; $tip .= "On a scale of 100 this pod is a {$row['score']} right now"; - echo '' . $row['domain'] . ''; + echo '' . $row['domain'] . ' 🔒'; if ($row['shortversion'] > $row['masterversion']) { $version = $row['shortversion'];