Update config.php

This commit is contained in:
ericgaspar 2021-08-13 20:59:08 +02:00
parent 2f15a2b7e0
commit e743068e85
No known key found for this signature in database
GPG Key ID: 574F281483054D44
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class Config {
// GENERAL SETTINGS // GENERAL SETTINGS
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------
const BASE_URL = 'http://__DOMAIN__'; const BASE_URL = 'https://__DOMAIN__';
const LANGUAGE = '__LANGUAGE__'; const LANGUAGE = '__LANGUAGE__';
const DEBUG_MODE = FALSE; const DEBUG_MODE = FALSE;