From 7ec17767bf222e8fbcdb854c291372d119c1d50d Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 16 Sep 2010 16:31:22 +0000 Subject: Show status as Gathering data rather than unknown since the later seems to scary people! --- usr/local/www/status_gateways.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/status_gateways.php') diff --git a/usr/local/www/status_gateways.php b/usr/local/www/status_gateways.php index 4faef8f..7e0ffc2 100755 --- a/usr/local/www/status_gateways.php +++ b/usr/local/www/status_gateways.php @@ -110,7 +110,7 @@ include("head.inc"); $bgcolor = "lightgreen"; } } else { - $online = gettext("Unknown"); + $online = gettext("Gathering data"); $bgcolor = "lightgray"; } echo " $online "; -- cgit v1.1