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 81345e1 commit 66574b8Copy full SHA for 66574b8
web/bulk/dns/index.php
@@ -19,6 +19,8 @@
19
if ($_SESSION['user'] == 'admin') {
20
if (empty($record)) {
21
switch ($action) {
22
+ case 'rebuild': $cmd='v-rebuild-dns-domain';
23
+ break;
24
case 'delete': $cmd='v-delete-dns-domain';
25
break;
26
case 'suspend': $cmd='v-suspend-dns-domain';
web/bulk/mail/index.php
if (empty($account)) {
+ case 'rebuild': $cmd='v-rebuild-mail-domain';
case 'delete': $cmd='v-delete-mail-domain';
case 'suspend': $cmd='v-suspend-mail-domain';
0 commit comments