Browse Source

Update web\update to hestia.

Raphael Schneeberger 7 years ago
parent
commit
3d98f87474
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/update/hestia/index.php

+ 1 - 1
web/update/vesta/index.php → web/update/hestia/index.php

@@ -8,7 +8,7 @@ include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
 if ($_SESSION['user'] == 'admin') {
     if (!empty($_GET['pkg'])) {
         $v_pkg = escapeshellarg($_GET['pkg']);
-        exec (HESTIA_CMD."v-update-sys-vesta ".$v_pkg, $output, $return_var);
+        exec (HESTIA_CMD."v-update-sys-hestia ".$v_pkg, $output, $return_var);
     }
 
     if ($return_var != 0) {