From c32c1785108597b3bb500ea7f85d2c63cef00359 Mon Sep 17 00:00:00 2001 From: Alib Date: Tue, 23 Mar 2010 19:29:29 +0100 Subject: added auth --- 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 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'); -- cgit v1.2.3