Merge pull request #22 from hidraulicChicken/master

Client status map key correction
This commit is contained in:
Riccardo 2020-04-28 10:33:43 +02:00 committed by GitHub
commit 3758e762c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ function pfz_openvpn_clientvalue($client_id, $valuekey){
switch ($valuekey){
case "status":
$value = pfz_valuemap("openvpn.server.client", $value);
$value = pfz_valuemap("openvpn.client.status", $value);
break;
}