Commit e253fca3 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

openvpn: fix typos

(cherry picked from commit 575f804a)
(cherry picked from commit ad5ad50e)
parent e4564dc5
......@@ -587,7 +587,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'] <> "") {
......
......@@ -716,7 +716,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