Commit 505db10b authored by Ad Schellevis's avatar Ad Schellevis
parent dba37bcf
...@@ -95,6 +95,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { ...@@ -95,6 +95,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$pconfig['tls'] = base64_decode($a_server[$id]['tls']); $pconfig['tls'] = base64_decode($a_server[$id]['tls']);
} else { } else {
$pconfig['tls'] = null; $pconfig['tls'] = null;
$pconfig['tlsauth_enable'] = null;
} }
} elseif ($act == "new") { } elseif ($act == "new") {
$pconfig['dh_length'] = 1024; $pconfig['dh_length'] = 1024;
......
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