summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_pool_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-07-24 20:33:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-07-24 20:33:32 +0000
commit039bee92c655021bd1836e4b666991f4bae921f5 (patch)
tree9ff263ee18bbc3e7f7a945aa77fad5693e44bd4b /usr/local/www/load_balancer_pool_edit.php
parent56dfd43464c7884cb2dc799f305e431d41bd80cb (diff)
downloadpfsense-039bee92c655021bd1836e4b666991f4bae921f5.zip
pfsense-039bee92c655021bd1836e4b666991f4bae921f5.tar.gz
Actually show gateway in question and change a to an.
Diffstat (limited to 'usr/local/www/load_balancer_pool_edit.php')
-rwxr-xr-xusr/local/www/load_balancer_pool_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/load_balancer_pool_edit.php b/usr/local/www/load_balancer_pool_edit.php
index c914fe6..dad703d 100755
--- a/usr/local/www/load_balancer_pool_edit.php
+++ b/usr/local/www/load_balancer_pool_edit.php
@@ -101,7 +101,7 @@ if ($_POST) {
}
foreach($ifdescrs as $iface) {
if($config[$iface]['gateway'] == $_POST['gateway'])
- $input_errors[] = "{$iface['gateway']} is currently being referenced by a interface ip address.";
+ $input_errors[] = "{$config[$iface]['gateway']} is currently being referenced by an interface ip address.";
}
}
OpenPOWER on IntegriCloud