mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
Fix message on automatic update
This commit is contained in:
parent
de007537ed
commit
dd227a09bd
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
|
||||||
|
|
||||||
if ($_SESSION['user'] == 'admin') {
|
if ($_SESSION['user'] == 'admin') {
|
||||||
exec (VESTA_CMD."v-add-cron-vesta-autoupdate", $output, $return_var);
|
exec (VESTA_CMD."v-add-cron-vesta-autoupdate", $output, $return_var);
|
||||||
$_SESSION['error_msg'] = __('Autoupdate has been susscessfully enabled');
|
$_SESSION['error_msg'] = __('Autoupdate has been successfully enabled');
|
||||||
unset($output);
|
unset($output);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
|
||||||
|
|
||||||
if ($_SESSION['user'] == 'admin') {
|
if ($_SESSION['user'] == 'admin') {
|
||||||
exec (VESTA_CMD."v-delete-cron-vesta-autoupdate", $output, $return_var);
|
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);
|
unset($output);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue