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 38be018 commit 616d349Copy full SHA for 616d349
interface/web/dns/dns_wizard.php
@@ -141,12 +141,13 @@
141
$app->uses('tform');
142
$app->tform->loadFormDef($tform_def_file);
143
144
-
145
- if(!$app->tform->checkClientLimit('limit_dns_zone')) {
146
- $error .= $app->tform->wordbook["limit_dns_zone_txt"];
147
- }
148
- if(!$app->tform->checkResellerLimit('limit_dns_zone')) {
149
+ if($_SESSION['s']['user']['typ'] != 'admin') {
+ if(!$app->tform->checkClientLimit('limit_dns_zone')) {
+ $error .= $app->tform->wordbook["limit_dns_zone_txt"];
+ }
+ if(!$app->tform->checkResellerLimit('limit_dns_zone')) {
150
151
}
152
153
0 commit comments