diff options
author | Ermal <eri@pfsense.org> | 2010-05-06 22:50:05 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-05-06 22:50:34 +0000 |
commit | 75466131f5b78618311d9d23f137eb926b87dd94 (patch) | |
tree | ffe17585ffb7e82862127c9760fc740c4f14ac01 /usr | |
parent | 10d171f24991d31bf870cd2aff65ac8f27293b03 (diff) | |
download | pfsense-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')
-rwxr-xr-x | usr/local/www/status_gateways.php | 2 |
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"; } |