This commit is contained in:
Scott Ullrich 2006-08-23 23:04:58 +00:00
parent 74fb8d5609
commit 13fb4c798f

View File

@ -122,7 +122,7 @@ if ($_POST) {
}
}
if($_POST['password'] == "")
$input_errors[] = "You must specify a CARP password that is shared between the 2 VHID members.";
$input_errors[] = "You must specify a CARP password that is shared between the two VHID members.";
$can_post = true;
$found = false;
$subnet_ip = return_first_two_octets($_POST['subnet']);