summaryrefslogtreecommitdiff
path: root/bin/backend.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-03-23 19:13:09 +0100
committerAlib <aliboba@free.fr>2010-03-23 19:13:09 +0100
commitc88db086ecb9d2b77d1ce77a2d29a90862651cf8 (patch)
tree64808525fde72eff437b274e2a2395f6b7a6cf94 /bin/backend.php
parent80bdf785d7909f4c11ba98f35417f3b8cb44f317 (diff)
downloadistreamdev-c88db086ecb9d2b77d1ce77a2d29a90862651cf8.tar.gz
istreamdev-c88db086ecb9d2b77d1ce77a2d29a90862651cf8.tar.bz2
removed auth temporarely
Diffstat (limited to 'bin/backend.php')
-rwxr-xr-xbin/backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/backend.php b/bin/backend.php
index 706dd91..a27fac0 100755
--- a/bin/backend.php
+++ b/bin/backend.php
@@ -6,7 +6,7 @@ if (file_exists('../config.php'))
include ('../config.php');
else
include ('../config_default.php');
-include ('./auth.php');
+//include ('./auth.php');
include ('../getid3/getid3.php');
include ('./utils.php');
include ('./files.php');