1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-16 17:31:18 +01:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Dasc3er 2020-11-23 18:08:48 +01:00
commit 5372bc66a0

View File

@ -76,6 +76,11 @@ if (function_exists('customComponents')) {
}
}
//Fix per funzione base_path non trovata in fase di aggiornamento da versione < 2.4.19
if (!function_exists('base_path')) {
return ROOTDIR;
}
// Aggiornamenti
if (setting('Attiva aggiornamenti')) {
$alerts = [];