From 128b93e04dc4a01de6972f34a8e43f6428b2b5ea Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 2 Jan 2017 12:53:32 +0545 Subject: OpenVPN Client 2.4 save correct protocol This needs to be fixed the same as vpn_openvpn_server.php --- src/usr/local/www/vpn_openvpn_client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/vpn_openvpn_client.php') diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php index 399d099..5cfd6f9 100644 --- a/src/usr/local/www/vpn_openvpn_client.php +++ b/src/usr/local/www/vpn_openvpn_client.php @@ -447,7 +447,7 @@ if ($act=="new" || $act=="edit"): 'protocol', 'Protocol', $pconfig['protocol'], - array_combine($openvpn_prots, $openvpn_prots) + $openvpn_prots )); $section->addInput(new Form_Select( -- cgit v1.1