summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_gateways.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-05-06 22:50:05 +0000
committerErmal <eri@pfsense.org>2010-05-06 22:50:34 +0000
commit75466131f5b78618311d9d23f137eb926b87dd94 (patch)
treeffe17585ffb7e82862127c9760fc740c4f14ac01 /usr/local/www/status_gateways.php
parent10d171f24991d31bf870cd2aff65ac8f27293b03 (diff)
downloadpfsense-75466131f5b78618311d9d23f137eb926b87dd94.zip
pfsense-75466131f5b78618311d9d23f137eb926b87dd94.tar.gz
Catch up with latest apinger changes to make easier to extract the status of gateways.
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 c84e815..fa9aa72 100755
--- a/usr/local/www/status_gateways.php
+++ b/usr/local/www/status_gateways.php
@@ -126,7 +126,7 @@ include("head.inc");
array_shift($lastchange);
array_shift($lastchange);
$lastchange = implode(" ", $lastchange);
- PRINT "Last success $lastchange";
+ PRINT "Last check $lastchange";
} else {
print "Gathering data";
}
OpenPOWER on IntegriCloud