summaryrefslogtreecommitdiff
path: root/includes/include.php
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-02-19 15:41:05 +0100
committerTheTroll <trolldev@gmail.com>2010-02-19 15:41:05 +0100
commit97119d9248475946e69ed8485fdd4723c5f54fbe (patch)
tree7fc4bb73b92fb81a92a2dfb785cec1c3a1aa3b7c /includes/include.php
parent803716beb793822942c448722808e6bf073c7666 (diff)
downloadistreamdev-97119d9248475946e69ed8485fdd4723c5f54fbe.tar.gz
istreamdev-97119d9248475946e69ed8485fdd4723c5f54fbe.tar.bz2
Convert channels EPG/title to UTF8 is needed
Diffstat (limited to 'includes/include.php')
-rwxr-xr-xincludes/include.php1
1 files changed, 1 insertions, 0 deletions
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');