summaryrefslogtreecommitdiff
path: root/bin/backend.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-03-23 19:11:03 +0100
committerAlib <aliboba@free.fr>2010-03-23 19:11:03 +0100
commit80bdf785d7909f4c11ba98f35417f3b8cb44f317 (patch)
tree70c982c5c138be54cfa5a6cf56cfff174927f722 /bin/backend.php
parent949ce316278f4a557ca3e442ea31db66b77722b4 (diff)
downloadistreamdev-80bdf785d7909f4c11ba98f35417f3b8cb44f317.tar.gz
istreamdev-80bdf785d7909f4c11ba98f35417f3b8cb44f317.tar.bz2
added auth
Diffstat (limited to 'bin/backend.php')
-rwxr-xr-xbin/backend.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/backend.php b/bin/backend.php
index f312ed0..706dd91 100755
--- a/bin/backend.php
+++ b/bin/backend.php
@@ -6,6 +6,7 @@ if (file_exists('../config.php'))
include ('../config.php');
else
include ('../config_default.php');
+include ('./auth.php');
include ('../getid3/getid3.php');
include ('./utils.php');
include ('./files.php');