Sfoglia il codice sorgente

Fix incorrect rebuild action for databases in Web UI

Kristan Kenney 5 anni fa
parent
commit
87cc23a246
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      web/bulk/db/index.php

+ 1 - 1
web/bulk/db/index.php

@@ -17,7 +17,7 @@ $action = $_POST['action'];
 
 
 if ($_SESSION['user'] == 'admin') {
 if ($_SESSION['user'] == 'admin') {
     switch ($action) {
     switch ($action) {
-        case 'rebuild': $cmd='v-rebuild-web-domain';
+        case 'rebuild': $cmd='v-rebuild-database';
             break;
             break;
         case 'delete': $cmd='v-delete-database';
         case 'delete': $cmd='v-delete-database';
             break;
             break;