mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix indent of if-block
This commit is contained in:
parent
7683e05756
commit
9d472f01c3
@ -246,7 +246,7 @@ if ($_POST['save']) {
|
||||
} else if(intval($pconfig['margintime']) >= intval($pconfig['lifetime'])){
|
||||
$input_errors[] = gettext("The margintime must be smaller than the P1 lifetime.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if ($pconfig['remotegw']) {
|
||||
if (!is_ipaddr($pconfig['remotegw']) && !is_domain($pconfig['remotegw'])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user