mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
whitespace firewall_nat_out.php
This commit is contained in:
parent
054884bf62
commit
2f264183cb
@ -40,13 +40,13 @@ require_once("interfaces.inc");
|
||||
global $GatewaysList;
|
||||
|
||||
if (!isset($config['nat']['outbound']))
|
||||
$config['nat']['outbound'] = array();
|
||||
$config['nat']['outbound'] = array();
|
||||
|
||||
if (!isset($config['nat']['outbound']['rule']))
|
||||
$config['nat']['outbound']['rule'] = array();
|
||||
$config['nat']['outbound']['rule'] = array();
|
||||
|
||||
if (!isset($config['nat']['outbound']['mode']))
|
||||
$config['nat']['outbound']['mode'] = "automatic";
|
||||
$config['nat']['outbound']['mode'] = "automatic";
|
||||
|
||||
$a_out = &$config['nat']['outbound']['rule'];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user