summaryrefslogtreecommitdiffstats
path: root/usr/local/www/includes
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/includes
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/includes')
-rw-r--r--usr/local/www/includes/functions.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/includes/functions.inc.php b/usr/local/www/includes/functions.inc.php
index 8eff06a..f8d162c 100644
--- a/usr/local/www/includes/functions.inc.php
+++ b/usr/local/www/includes/functions.inc.php
@@ -61,7 +61,7 @@ function get_gatewaystats() {
break;
}
} else {
- $online = "Unknown";
+ $online = "Gathering data";
$bgcolor = "lightgray";
}
$data .= "<table><tr><td bgcolor=\"$bgcolor\" > $online </td></td></tr></table>";
OpenPOWER on IntegriCloud