(legacy) oops, work in progress in vpn_openvpn_client.php did commit the wrong file. new client php file will follow later today

This commit is contained in:
Ad Schellevis 2015-08-05 09:54:41 +00:00
parent 437450b3f4
commit 6c3e5c0b67

View File

@ -807,7 +807,7 @@ function tuntap_change() {
<td>
<select name='protocol' class="form-control">
<?php
foreach ($openvpn_prots as $prot) :
foreach (array("UDP", "UDP6", "TCP", "TCP6") as $prot) :
$selected = "";
if ($pconfig['protocol'] == $prot) {
$selected = "selected=\"selected\"";