From a890a70beb9e7bc3ad39583785707127245eb8e0 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sat, 10 Feb 2024 20:09:16 +0100 Subject: [PATCH] branche v13 --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index 7c22a772..d429a8a7 100644 --- a/core/core.php +++ b/core/core.php @@ -55,7 +55,7 @@ class common // URL autoupdate const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/cms-update/raw/branch/master/'; - const ZWII_UPDATE_CHANNEL = 'test'; + const ZWII_UPDATE_CHANNEL = 'v13'; // Valeurs possibles multiple de 10, 10 autorise 9 profils, 100 autorise 99 profils const MAX_PROFILS = 10;