We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84066d6 commit 949ab38Copy full SHA for 949ab38
interface/lib/classes/remote.d/dns.inc.php
@@ -46,7 +46,6 @@ public function dns_templatezone_add($session_id, $client_id, $template_id, $dom
46
global $app, $conf;
47
if(!$this->checkPerm($session_id, 'dns_templatezone_add')) {
48
throw new SoapFault('permission_denied', 'You do not have the permissions to access this function.');
49
- return false;
50
}
51
52
$client = $app->db->queryOneRecord("SELECT default_dnsserver FROM client WHERE client_id = ?", $client_id);
0 commit comments