Skip to content

Commit 3b29825

Browse files
authored
Update index.php
1 parent 94a704d commit 3b29825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/add/cron/autoupdate/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
77

88
if ($_SESSION['user'] == 'admin') {
9-
exec (VESTA_CMD."v-add-cron-vesta-autoupdate", $output, $return_var);
9+
exec (VESTA_CMD."v-add-cron-hestia-autoupdate", $output, $return_var);
1010
$_SESSION['error_msg'] = __('Autoupdate has been successfully enabled');
1111
unset($output);
1212
}

0 commit comments

Comments
 (0)