From 3318d324105ee222a54afc94076878c12b588c24 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 19 Jun 2015 10:12:47 +0300 Subject: move language detection to a plugin, remove config.php constant --- include/functions.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index edc196f31..5c10ac6ac 100644 --- a/include/functions.php +++ b/include/functions.php @@ -99,8 +99,6 @@ require_once "lib/accept-to-gettext.php"; require_once "lib/gettext/gettext.inc"; - require_once "lib/languagedetect/LanguageDetect.php"; - function startup_gettext() { # Get locale from Accept-Language header -- cgit v1.2.3