diff --git a/interface/web/dns/dns_wizard.php b/interface/web/dns/dns_wizard.php index 6aac2cced3d4d321d379547f8ca21cacde45157b..61611ab70a88e0a8b6641e900c388e89519f8a76 100644 --- a/interface/web/dns/dns_wizard.php +++ b/interface/web/dns/dns_wizard.php @@ -120,8 +120,8 @@ if ($_SESSION["s"]["user"]["typ"] != 'admin' && $app->auth->has_clients($_SESSIO } if($_SESSION["s"]["user"]["typ"] != 'admin') - - $client_group_id = $app->functions->intval($_SESSION["s"]["user"]["default_group"]);{ +{ + $client_group_id = $app->functions->intval($_SESSION["s"]["user"]["default_group"]); $client_dns = $app->db->queryOneRecord("SELECT dns_servers FROM sys_group, client WHERE sys_group.client_id = client.client_id and sys_group.groupid = $client_group_id"); $client_dns['dns_servers_ids'] = explode(',', $client_dns['dns_servers']); @@ -348,4 +348,4 @@ $app->tpl_defaults(); $app->tpl->pparse(); -?> +?> \ No newline at end of file