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

This commit is contained in:
Ad Schellevis 2015-09-24 12:38:30 +00:00
parent 6a1d43f4df
commit 30fa415dea

View File

@ -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'])) {