séactive le mode test des mises à jour

This commit is contained in:
Fred Tempez 2023-02-07 11:26:18 +01:00
parent c5b15578cc
commit 7be2729eb6
1 changed files with 4 additions and 4 deletions

View File

@ -52,12 +52,12 @@ class common
const ZWII_DATAVERSION = 12204;
// URL autoupdate
//const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/';
//const ZWII_UPDATE_CHANNEL = "v12";
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/';
const ZWII_UPDATE_CHANNEL = "v12";
// Constantes de test
const ZWII_UPDATE_URL = 'http://localhost/update/';
const ZWII_UPDATE_CHANNEL = "test";
//const ZWII_UPDATE_URL = 'http://localhost/update/';
//const ZWII_UPDATE_CHANNEL = "test";
// URL langues de l'UI en ligne
const ZWII_UI_URL = 'https://forge.chapril.org/ZwiiCMS-Team/zwiicms-translations/raw/branch/master/';