summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_gateway_groups.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-06-16 11:24:00 +0000
committerErmal <eri@pfsense.org>2010-06-16 11:24:00 +0000
commit096ee9c22de0afd71a17518bcb112807e46fe49a (patch)
treeba7534932f37f3cc6eddde2f15cf51e767db580c /usr/local/www/status_gateway_groups.php
parenta138f4fbc077f89ff413355ba738e00d36317973 (diff)
downloadpfsense-096ee9c22de0afd71a17518bcb112807e46fe49a.zip
pfsense-096ee9c22de0afd71a17518bcb112807e46fe49a.tar.gz
Make some non functional changes, mostly to keep up with latest gw changes. Related to Ticket #666
Diffstat (limited to 'usr/local/www/status_gateway_groups.php')
-rwxr-xr-xusr/local/www/status_gateway_groups.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_gateway_groups.php b/usr/local/www/status_gateway_groups.php
index d4f0d85..5ed4aa9 100755
--- a/usr/local/www/status_gateway_groups.php
+++ b/usr/local/www/status_gateway_groups.php
@@ -128,7 +128,7 @@ include("head.inc");
} elseif (stristr($status, "delay")) {
$online = "Warning, Latency";
$bgcolor = "khaki";
- } elseif (stristr($status, "none")) {
+ } elseif ($status == "none") {
$online = "Online";
$bgcolor = "lightgreen";
} else {
OpenPOWER on IntegriCloud