Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 3cfa06db authored by DarkNinja77's avatar DarkNinja77 Committed by GitHub
Browse files

resolveDNS not propagating to child subnets

propagation of resolveDNS missing, fixed.
parent 86089f17
Branches
No related tags found
No related merge requests found
...@@ -431,6 +431,7 @@ else { ...@@ -431,6 +431,7 @@ else {
if(isset($_POST['showName'])) $values['showName'] = $Admin->verify_checkbox(@$_POST['showName']); if(isset($_POST['showName'])) $values['showName'] = $Admin->verify_checkbox(@$_POST['showName']);
if(isset($_POST['discoverSubnet'])) $values['discoverSubnet'] = $Admin->verify_checkbox(@$_POST['discoverSubnet']); if(isset($_POST['discoverSubnet'])) $values['discoverSubnet'] = $Admin->verify_checkbox(@$_POST['discoverSubnet']);
if(isset($_POST['pingSubnet'])) $values['pingSubnet'] = $Admin->verify_checkbox(@$_POST['pingSubnet']); if(isset($_POST['pingSubnet'])) $values['pingSubnet'] = $Admin->verify_checkbox(@$_POST['pingSubnet']);
if(isset($_POST['resolveDNS'])) $values['resolveDNS'] = $Admin->verify_checkbox(@$_POST['resolveDNS']);
# propagate changes # propagate changes
if(is_array($Subnets->slaves) && sizeof($Subnets->slaves)>0) { if(is_array($Subnets->slaves) && sizeof($Subnets->slaves)>0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment