summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_gateways.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/status_gateways.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/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 3ac029c..048c901 100755
--- a/usr/local/www/status_gateways.php
+++ b/usr/local/www/status_gateways.php
@@ -120,7 +120,7 @@ include("head.inc");
$lastchange = implode(" ", $lastchange);
PRINT "Last success $lastchange";
} else {
- print "No data available";
+ print "Gathering data";
}
PRINT "</td></tr>";
?>
OpenPOWER on IntegriCloud