interface/web/dns/dns_wizard.php
@@ -55,7 +55,7 @@ // Load the templates $records = $app->db->queryAllRecords("SELECT * FROM dns_template WHERE visible = 'y'"); $records = $app->db->queryAllRecords("SELECT * FROM dns_template WHERE visible = 'Y'"); $template_id_option = ''; foreach($records as $rec){ $checked = ($rec['template_id'] == $template_id)?' SELECTED':'';