summaryrefslogtreecommitdiffstats
path: root/usr/local/www/includes/functions.inc.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-03-16 16:39:37 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-03-16 16:40:18 -0400
commit2ff9980b7f0474c7598d7ca56f39c9feaa1af9a9 (patch)
treedaed2e322a0c02abfeff516e6f657709fddeee31 /usr/local/www/includes/functions.inc.php
parentf6a30b172395825a9edc56013dbea7eb97bcd6ef (diff)
downloadpfsense-2ff9980b7f0474c7598d7ca56f39c9feaa1af9a9.zip
pfsense-2ff9980b7f0474c7598d7ca56f39c9feaa1af9a9.tar.gz
* Remove non-needed grep (we use fifolog now)
* Change "No data" to "Gathering data"
Diffstat (limited to 'usr/local/www/includes/functions.inc.php')
-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 743a373..b8d8a97 100644
--- a/usr/local/www/includes/functions.inc.php
+++ b/usr/local/www/includes/functions.inc.php
@@ -51,7 +51,7 @@ function get_gatewaystats() {
$bgcolor = "khaki";
break;
default:
- $online = "No data";
+ $online = "Gathering data";
}
$data .= "<table><tr><td bgcolor=\"$bgcolor\" > $online </td></td></tr></table>";
}
OpenPOWER on IntegriCloud