Commit ddb33b3f authored by Ad Schellevis's avatar Ad Schellevis

(legacy) curly braces

parent b676a002
...@@ -518,8 +518,9 @@ include("head.inc"); ...@@ -518,8 +518,9 @@ include("head.inc");
<?php <?php
// when automatic or hybrid, display "auto" table. // when automatic or hybrid, display "auto" table.
if ($mode == "automatic" || $mode == "hybrid"): if ($mode == "automatic" || $mode == "hybrid"):
if(empty($GatewaysList)) if (empty($GatewaysList)) {
filter_generate_gateways(); filter_generate_gateways();
}
/* XXX cranky low-level call, please refactor */ /* XXX cranky low-level call, please refactor */
$FilterIflist = filter_generate_optcfg_array(); $FilterIflist = filter_generate_optcfg_array();
$automatic_rules = filter_nat_rules_outbound_automatic( $automatic_rules = filter_nat_rules_outbound_automatic(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment