Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur
2024-09-03 01:58:02 +02:00
3 changed files with 13 additions and 10 deletions

View File

@@ -293,6 +293,8 @@ if (file_exists($installlock)) {
} else {
print img_warning().' '.$langs->trans("WarningLockFileDoesNotExists", DOL_DATA_ROOT);
}
print '<br>';
print '<br>';
// Is upgrade unlocked
@@ -301,6 +303,7 @@ if (file_exists($installlock)) { // If install not locked, no need to show this.
print '<strong>'.$langs->trans("DolibarrUpgrade").'</strong>: ';
print img_warning().' '.$langs->trans("WarningUpgradeHasBeenUnlocked", $upgradeunlock);
print '<br>';
print '<br>';
}
}