mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-05 20:37:46 +01:00
Modifica forzatura aggiornamento
This commit is contained in:
parent
5871b8e608
commit
1bc6e5d3fe
@ -112,7 +112,7 @@ if (filter('action') == 'do_update') {
|
||||
exit;
|
||||
} elseif (Update::isUpdateAvailable()) {
|
||||
// Controllo se l'aggiornamento è in esecuzione
|
||||
if (Update::isUpdateLocked() && !(isset($_GET['force']))) {
|
||||
if (Update::isUpdateLocked() && filter('force') != '1') {
|
||||
$pageTitle = tr('Aggiornamento in corso!');
|
||||
|
||||
include_once App::filepath('include|custom|', 'top.php');
|
||||
|
Loading…
Reference in New Issue
Block a user