mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
(legacy) related to https://github.com/opnsense/core/issues/346, but for client page
This commit is contained in:
parent
6a1d43f4df
commit
30fa415dea
@ -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'])) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user