Commit ad5ad50e authored by Ad Schellevis's avatar Ad Schellevis

vpn_openvpn_server.php, fix typo

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