mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
vpn_openvpn_server.php, fix typo
This commit is contained in:
parent
b0d08d500d
commit
ad5ad50e7d
@ -717,7 +717,7 @@ $( document ).ready(function() {
|
||||
}
|
||||
$grouplist = return_gateway_groups_array();
|
||||
foreach ($grouplist as $name => $group) {
|
||||
if ($group['ipprotocol'] != inet) {
|
||||
if ($group['ipprotocol'] != "inet") {
|
||||
continue;
|
||||
}
|
||||
if ($group[0]['vip'] <> "") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user