From 97119d9248475946e69ed8485fdd4723c5f54fbe Mon Sep 17 00:00:00 2001 From: TheTroll Date: Fri, 19 Feb 2010 15:41:05 +0100 Subject: Convert channels EPG/title to UTF8 is needed --- includes/include.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/include.php') diff --git a/includes/include.php b/includes/include.php index 830b4b1..913b22a 100755 --- a/includes/include.php +++ b/includes/include.php @@ -4,6 +4,7 @@ if (file_exists('config.php')) include ('config.php'); else include ('config_default.php'); +include ('includes/inc_utils.php'); include ('includes/inc_auth.php'); include ('includes/inc_vdr.php'); include ('includes/inc_files.php'); -- cgit v1.2.3