bug 11084: enable firewall ports for vpn by default

This commit is contained in:
Chiradeep Vittal 2011-08-11 13:30:07 -07:00
parent aea70fab01
commit 9083bbcb47
1 changed files with 1 additions and 1 deletions

View File

@ -1168,7 +1168,7 @@ function showEnableVPNDialog($thisTab) {
array1.push("&domainid="+ipObj.domainid);
array1.push("&zoneid="+ipObj.zoneid);
if(firewallTabIsShownInAdvancedZone == true)
array1.push("&openfirewall=false");
array1.push("&openfirewall=true");
$.ajax({
data: createURL("command=createRemoteAccessVpn"+array1.join("")),