diff options
Diffstat (limited to 'bin/backend.php')
-rwxr-xr-x | bin/backend.php | 2 |
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'); |