Commit 30fa415d authored by Ad Schellevis's avatar Ad Schellevis

(legacy) related to https://github.com/opnsense/core/issues/346, but for client page

parent 6a1d43f4
......@@ -89,6 +89,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$pconfig['tls'] = base64_decode($a_client[$id]['tls']);
} else {
$pconfig['tls'] = null;
$pconfig['tlsauth_enable'] = null;
}
if (isset($a_client[$id]['shared_key'])) {
......
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