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 94a704d commit 3b29825Copy full SHA for 3b29825
web/add/cron/autoupdate/index.php
@@ -6,7 +6,7 @@
6
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
7
8
if ($_SESSION['user'] == 'admin') {
9
- exec (VESTA_CMD."v-add-cron-vesta-autoupdate", $output, $return_var);
+ exec (VESTA_CMD."v-add-cron-hestia-autoupdate", $output, $return_var);
10
$_SESSION['error_msg'] = __('Autoupdate has been successfully enabled');
11
unset($output);
12
}
0 commit comments