From c88db086ecb9d2b77d1ce77a2d29a90862651cf8 Mon Sep 17 00:00:00 2001 From: Alib Date: Tue, 23 Mar 2010 19:13:09 +0100 Subject: removed auth temporarely --- bin/backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/backend.php') 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'); -- cgit v1.2.3