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 919b239 commit 036e2c1Copy full SHA for 036e2c1
web/list/updates/index.php
@@ -12,10 +12,10 @@
12
}
13
14
// Data
15
-exec (VESTA_CMD."v-list-sys-vesta-updates json", $output, $return_var);
+exec (VESTA_CMD."v-list-sys-hestia-updates json", $output, $return_var);
16
$data = json_decode(implode('', $output), true);
17
unset($output);
18
-exec (VESTA_CMD."v-list-sys-vesta-autoupdate plain", $output, $return_var);
+exec (VESTA_CMD."v-list-sys-hestia-autoupdate plain", $output, $return_var);
19
$autoupdate = $output['0'];
20
21
0 commit comments