Sfoglia il codice sorgente

Change to hestia update script.

Raphael Schneeberger 7 anni fa
parent
commit
036e2c11cb
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      web/list/updates/index.php

+ 2 - 2
web/list/updates/index.php

@@ -12,10 +12,10 @@ if ($_SESSION['user'] != 'admin') {
 }
 
 // Data
-exec (VESTA_CMD."v-list-sys-vesta-updates json", $output, $return_var);
+exec (VESTA_CMD."v-list-sys-hestia-updates json", $output, $return_var);
 $data = json_decode(implode('', $output), true);
 unset($output);
-exec (VESTA_CMD."v-list-sys-vesta-autoupdate plain", $output, $return_var);
+exec (VESTA_CMD."v-list-sys-hestia-autoupdate plain", $output, $return_var);
 $autoupdate = $output['0'];
 unset($output);