From 80bdf785d7909f4c11ba98f35417f3b8cb44f317 Mon Sep 17 00:00:00 2001 From: Alib Date: Tue, 23 Mar 2010 19:11:03 +0100 Subject: added auth --- bin/auth.php | 36 ++++++++++++++++++++++++++++++++++++ bin/backend.php | 1 + 2 files changed, 37 insertions(+) create mode 100644 bin/auth.php (limited to 'bin') diff --git a/bin/auth.php b/bin/auth.php new file mode 100644 index 0000000..1545b7c --- /dev/null +++ b/bin/auth.php @@ -0,0 +1,36 @@ + 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'); -- cgit v1.2.3