We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66574b8 commit 1a55af0Copy full SHA for 1a55af0
1 file changed
web/bulk/db/index.php
@@ -17,6 +17,8 @@
17
18
if ($_SESSION['user'] == 'admin') {
19
switch ($action) {
20
+ case 'rebuild': $cmd='v-rebuild-web-domain';
21
+ break;
22
case 'delete': $cmd='v-delete-database';
23
break;
24
case 'suspend': $cmd='v-suspend-database';
0 commit comments