From 2ff9980b7f0474c7598d7ca56f39c9feaa1af9a9 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 16 Mar 2009 16:39:37 -0400 Subject: * Remove non-needed grep (we use fifolog now) * Change "No data" to "Gathering data" --- 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 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 ""; ?> -- cgit v1.1