mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
(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:
parent
437450b3f4
commit
6c3e5c0b67
@ -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\"";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user