summaryrefslogtreecommitdiff
path: root/bin/backend.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-03-23 19:29:29 +0100
committerAlib <aliboba@free.fr>2010-03-23 19:29:29 +0100
commitc32c1785108597b3bb500ea7f85d2c63cef00359 (patch)
treec7c2a31ae82d9ca20932642f18d4f5bf39c5818b /bin/backend.php
parentc88db086ecb9d2b77d1ce77a2d29a90862651cf8 (diff)
downloadistreamdev-c32c1785108597b3bb500ea7f85d2c63cef00359.tar.gz
istreamdev-c32c1785108597b3bb500ea7f85d2c63cef00359.tar.bz2
added auth
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 a27fac0..706dd91 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');