Actually show gateway in question and change a to an.

This commit is contained in:
Scott Ullrich 2006-07-24 20:36:26 +00:00
parent 039bee92c6
commit 30cbce9c1e

View File

@ -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.";
}
}