summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-07-24 20:36:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-07-24 20:36:26 +0000
commit30cbce9c1e5cbaf609e986fb4a450db048cd99df (patch)
treeed0443ff961227477ff89324109f501fe918aace /usr/local
parent039bee92c655021bd1836e4b666991f4bae921f5 (diff)
downloadpfsense-30cbce9c1e5cbaf609e986fb4a450db048cd99df.zip
pfsense-30cbce9c1e5cbaf609e986fb4a450db048cd99df.tar.gz
Actually show gateway in question and change a to an.
Diffstat (limited to 'usr/local')
-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 dad703d..015339b 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[] = "{$config[$iface]['gateway']} is currently being referenced by an interface ip address.";
+ $input_errors[] = "{$_POST['gateway']} is currently being referenced by an interface ip address.";
}
}
OpenPOWER on IntegriCloud