From 50e94976fa5770a493a766d3894a9bb35be04e6f Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 3 Feb 2023 21:59:36 +0100 Subject: [PATCH] plugin delete test constants --- core/module/plugin/plugin.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/module/plugin/plugin.php b/core/module/plugin/plugin.php index 54398b08..fa5af23d 100644 --- a/core/module/plugin/plugin.php +++ b/core/module/plugin/plugin.php @@ -36,8 +36,7 @@ class plugin extends common ]; // URL des modules - //const BASEURL_STORE = 'https://store.zwiicms.fr/'; - const BASEURL_STORE = 'http://localhost/ZwiiCMS/'; + const BASEURL_STORE = 'https://store.zwiicms.fr/'; const MODULE_STORE = '?modules/';