diff options
author | TheTroll <trolldev@gmail.com> | 2010-02-19 15:41:05 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-02-19 15:41:05 +0100 |
commit | 97119d9248475946e69ed8485fdd4723c5f54fbe (patch) | |
tree | 7fc4bb73b92fb81a92a2dfb785cec1c3a1aa3b7c /includes/include.php | |
parent | 803716beb793822942c448722808e6bf073c7666 (diff) | |
download | istreamdev-97119d9248475946e69ed8485fdd4723c5f54fbe.tar.gz istreamdev-97119d9248475946e69ed8485fdd4723c5f54fbe.tar.bz2 |
Convert channels EPG/title to UTF8 is needed
Diffstat (limited to 'includes/include.php')
-rwxr-xr-x | includes/include.php | 1 |
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'); |