This commit is contained in:
Fred Tempez 2023-10-17 11:51:54 +02:00
parent 8f82d4a444
commit 1b59adcf04

View File

@ -50,7 +50,7 @@ class common
const ACCESS_TIMER = 1800; const ACCESS_TIMER = 1800;
// Numéro de version // Numéro de version
const ZWII_VERSION = '1.0.38'; const ZWII_VERSION = '1.0.39';
// URL autoupdate // URL autoupdate
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/lms/'; const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/lms/';
@ -92,7 +92,7 @@ class common
'language', 'language',
'plugin', 'plugin',
'theme', 'theme',
'user' 'user',
]; ];
private $data = []; private $data = [];
private $hierarchy = [ private $hierarchy = [