Skip to content

Commit 1a55af0

Browse files
author
Kristan Kenney
committed
Enable rebuild in Database backend
1 parent 66574b8 commit 1a55af0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/bulk/db/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
if ($_SESSION['user'] == 'admin') {
1919
switch ($action) {
20+
case 'rebuild': $cmd='v-rebuild-web-domain';
21+
break;
2022
case 'delete': $cmd='v-delete-database';
2123
break;
2224
case 'suspend': $cmd='v-suspend-database';

0 commit comments

Comments
 (0)