Commit 6c3e5c0b authored by Ad Schellevis's avatar Ad Schellevis

(legacy) oops, work in progress in vpn_openvpn_client.php did commit the wrong...

(legacy) oops, work in progress in vpn_openvpn_client.php did commit the wrong file. new client php file will follow later today
parent 437450b3
...@@ -807,7 +807,7 @@ function tuntap_change() { ...@@ -807,7 +807,7 @@ function tuntap_change() {
<td> <td>
<select name='protocol' class="form-control"> <select name='protocol' class="form-control">
<?php <?php
foreach ($openvpn_prots as $prot) : foreach (array("UDP", "UDP6", "TCP", "TCP6") as $prot) :
$selected = ""; $selected = "";
if ($pconfig['protocol'] == $prot) { if ($pconfig['protocol'] == $prot) {
$selected = "selected=\"selected\""; $selected = "selected=\"selected\"";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment