summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_gateways.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-16 16:31:22 +0000
committerErmal <eri@pfsense.org>2010-09-16 16:31:22 +0000
commit7ec17767bf222e8fbcdb854c291372d119c1d50d (patch)
tree2ec17cd0a1424452f107a48bb16cf28d2dbd1016 /usr/local/www/status_gateways.php
parentbc0fd36f0b6969bf23972f84d7d90adc280e2c2d (diff)
downloadpfsense-7ec17767bf222e8fbcdb854c291372d119c1d50d.zip
pfsense-7ec17767bf222e8fbcdb854c291372d119c1d50d.tar.gz
Show status as Gathering data rather than unknown since the later seems to scary people!
Diffstat (limited to 'usr/local/www/status_gateways.php')
-rwxr-xr-xusr/local/www/status_gateways.php2
1 files changed, 1 insertions, 1 deletions
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 "<tr><td bgcolor=\"$bgcolor\" > $online </td><td>";
OpenPOWER on IntegriCloud