diff options
author | Alib <aliboba@free.fr> | 2010-02-19 15:44:49 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-19 15:44:49 +0100 |
commit | 2441137a2fbb63547d1963da57c894e8ef889a80 (patch) | |
tree | c47d197546a6fcf35bc0edce83abe60a183bcd8e /includes/include.php | |
parent | 1c07c44adc4af0495c2535904f5f863d36041d62 (diff) | |
parent | 97119d9248475946e69ed8485fdd4723c5f54fbe (diff) | |
download | istreamdev-2441137a2fbb63547d1963da57c894e8ef889a80.tar.gz istreamdev-2441137a2fbb63547d1963da57c894e8ef889a80.tar.bz2 |
Merge branch 'master' of projects.vdr-developer.org:istreamdev
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'); |