Added required definitions

This commit is contained in:
Yiğit Kerem Oktay 2020-08-14 19:52:18 +03:00 committed by GitHub
parent 7585a0d650
commit 28431cc240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ define("WHO_WE_ARE","##who_we_are##");
define("POLICY_URL","##policy_url##");
define("INSTALL_OVERRIDE", false);
define("DEFAULT_LANGUAGE", "en_GB");
define("CUSTOM_LOGO_URL",""); // This will use the default logo if left empty
//Stop editing
require("classes/locale-negotiator.php");