12204 sort const
This commit is contained in:
parent
52ea9f66fa
commit
247087b481
@ -46,22 +46,22 @@ class common
|
|||||||
// Contrôle d'édition temps maxi en secondes avant déconnexion 30 minutes
|
// Contrôle d'édition temps maxi en secondes avant déconnexion 30 minutes
|
||||||
const ACCESS_TIMER = 1800;
|
const ACCESS_TIMER = 1800;
|
||||||
|
|
||||||
|
// Numéro de version et branche pour l'auto-update
|
||||||
|
const ZWII_VERSION = '12.2.04';
|
||||||
|
|
||||||
|
const ZWII_DATAVERSION = 12000;
|
||||||
|
|
||||||
// URL autoupdate
|
// URL autoupdate
|
||||||
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/';
|
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/';
|
||||||
const ZWII_UPDATE_CHANNEL = "v12";
|
const ZWII_UPDATE_CHANNEL = "v12";
|
||||||
|
|
||||||
// Constantes de test
|
// Constantes de test
|
||||||
//const ZWII_UPDATE_CHANNEL = "test";
|
|
||||||
//const ZWII_UPDATE_URL = 'http://localhost/update/';
|
//const ZWII_UPDATE_URL = 'http://localhost/update/';
|
||||||
|
//const ZWII_UPDATE_CHANNEL = "test";
|
||||||
|
|
||||||
// URL langues de l'UI en ligne
|
// URL langues de l'UI en ligne
|
||||||
const ZWII_UI_URL = 'https://forge.chapril.org/ZwiiCMS-Team/zwiicms-translations/raw/branch/master/';
|
const ZWII_UI_URL = 'https://forge.chapril.org/ZwiiCMS-Team/zwiicms-translations/raw/branch/master/';
|
||||||
|
|
||||||
// Numéro de version et branche pour l'auto-update
|
|
||||||
const ZWII_VERSION = '12.2.04';
|
|
||||||
|
|
||||||
const ZWII_DATAVERSION = 12000;
|
|
||||||
|
|
||||||
|
|
||||||
public static $actions = [];
|
public static $actions = [];
|
||||||
public static $coreModuleIds = [
|
public static $coreModuleIds = [
|
||||||
|
Loading…
Reference in New Issue
Block a user