mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
(legacy) curly braces
This commit is contained in:
parent
b676a002a5
commit
ddb33b3f9e
@ -518,8 +518,9 @@ include("head.inc");
|
||||
<?php
|
||||
// when automatic or hybrid, display "auto" table.
|
||||
if ($mode == "automatic" || $mode == "hybrid"):
|
||||
if(empty($GatewaysList))
|
||||
filter_generate_gateways();
|
||||
if (empty($GatewaysList)) {
|
||||
filter_generate_gateways();
|
||||
}
|
||||
/* XXX cranky low-level call, please refactor */
|
||||
$FilterIflist = filter_generate_optcfg_array();
|
||||
$automatic_rules = filter_nat_rules_outbound_automatic(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user