From e743068e857eb216a2187fb699f142fc831c7a34 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 13 Aug 2021 20:59:08 +0200 Subject: [PATCH] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index 632a9f6..db79203 100644 --- a/conf/config.php +++ b/conf/config.php @@ -30,7 +30,7 @@ class Config { // GENERAL SETTINGS // ------------------------------------------------------------------------ - const BASE_URL = 'http://__DOMAIN__'; + const BASE_URL = 'https://__DOMAIN__'; const LANGUAGE = '__LANGUAGE__'; const DEBUG_MODE = FALSE;