Commit 2f264183 authored by Ad Schellevis's avatar Ad Schellevis

whitespace firewall_nat_out.php

parent 054884bf
......@@ -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'];
......
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