|
|
@@ -7,7 +7,7 @@ include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
|
|
|
|
|
|
if ($_SESSION['user'] == 'admin') {
|
|
|
exec (VESTA_CMD."v-delete-cron-vesta-autoupdate", $output, $return_var);
|
|
|
- $_SESSION['error_msg'] = __('Autoupdate has been susscessfully disabled');
|
|
|
+ $_SESSION['error_msg'] = __('Autoupdate has been successfully disabled');
|
|
|
unset($output);
|
|
|
}
|
|
|
|