mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
interafces: $realif is required #4792
This commit is contained in:
parent
dd19f2a976
commit
e2fbc878f0
@ -1680,6 +1680,8 @@ function interface_carp_configure(&$vip)
|
||||
return;
|
||||
}
|
||||
|
||||
$realif = get_real_interface($vip['interface']);
|
||||
|
||||
$vip_password = $vip['password'];
|
||||
$vip_password = escapeshellarg(addslashes(str_replace(" ", "", $vip_password)));
|
||||
if ($vip['password'] != "") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user