We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe87a7d commit 3d98f87Copy full SHA for 3d98f87
web/update/vesta/index.php web/update/hestia/index.phpweb/update/vesta/index.php renamed to web/update/hestia/index.php
@@ -8,7 +8,7 @@
8
if ($_SESSION['user'] == 'admin') {
9
if (!empty($_GET['pkg'])) {
10
$v_pkg = escapeshellarg($_GET['pkg']);
11
- exec (HESTIA_CMD."v-update-sys-vesta ".$v_pkg, $output, $return_var);
+ exec (HESTIA_CMD."v-update-sys-hestia ".$v_pkg, $output, $return_var);
12
}
13
14
if ($return_var != 0) {
0 commit comments