Skip to content
Snippets Groups Projects
Commit d63ceade authored by Florian Schaal's avatar Florian Schaal
Browse files

FS#3973 - dns-wizard

parent 61a4a721
No related branches found
No related tags found
No related merge requests found
...@@ -314,6 +314,7 @@ if($_POST['create'] == 1) { ...@@ -314,6 +314,7 @@ if($_POST['create'] == 1) {
$tpl_rows = explode("\n", $tpl_content); $tpl_rows = explode("\n", $tpl_content);
$section = ''; $section = '';
$vars = array(); $vars = array();
$vars['xfer']='';
$dns_rr = array(); $dns_rr = array();
foreach($tpl_rows as $row) { foreach($tpl_rows as $row) {
$row = trim($row); $row = trim($row);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment