Commit d5f56a07 authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

parent 712fbcd5
......@@ -52,10 +52,10 @@ if (isset($_POST) && count($_POST) > 0) {
}
if (isset($_POST['ipv6nat_enable']) && $_POST['ipv6nat_enable'] == "yes") {
$config['diag']['ipv6nat'] = array();
$config['diag']['ipv6nat'] = array();
$config['diag']['ipv6nat']['enable'] = true;
$config['diag']['ipv6nat']['ipaddr'] = $_POST['ipv6nat_ipaddr'];
} elseif (isset($config['diag']['ipv6nat'])) {
} elseif (isset($config['diag']['ipv6nat'])) {
unset($config['diag']['ipv6nat']);
}
......
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