vpn_openvpn_server.php, fix typo

This commit is contained in:
Ad Schellevis 2017-05-09 21:07:50 +02:00
parent b0d08d500d
commit ad5ad50e7d

View File

@ -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'] <> "") {