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;