summaryrefslogtreecommitdiff
path: root/includes/include.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-02-19 15:44:49 +0100
committerAlib <aliboba@free.fr>2010-02-19 15:44:49 +0100
commit2441137a2fbb63547d1963da57c894e8ef889a80 (patch)
treec47d197546a6fcf35bc0edce83abe60a183bcd8e /includes/include.php
parent1c07c44adc4af0495c2535904f5f863d36041d62 (diff)
parent97119d9248475946e69ed8485fdd4723c5f54fbe (diff)
downloadistreamdev-2441137a2fbb63547d1963da57c894e8ef889a80.tar.gz
istreamdev-2441137a2fbb63547d1963da57c894e8ef889a80.tar.bz2
Merge branch 'master' of projects.vdr-developer.org:istreamdev
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');