diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-26 07:52:05 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-26 07:52:05 +0000 |
commit | cff8e731529103c63da1c2ef8e3dd0b91686b1c2 (patch) | |
tree | 3574642cbed6bdec1ca93f77d309cf941a6fa909 /admin/duplicates.php | |
parent | 3ccf8570aa6c2070e15bcd03fa0fa0351a80fba5 (diff) | |
download | ampache-cff8e731529103c63da1c2ef8e3dd0b91686b1c2.tar.gz ampache-cff8e731529103c63da1c2ef8e3dd0b91686b1c2.tar.bz2 ampache-cff8e731529103c63da1c2ef8e3dd0b91686b1c2.zip |
fixed acls and improved the classic theme a little more
Diffstat (limited to 'admin/duplicates.php')
-rw-r--r-- | admin/duplicates.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/duplicates.php b/admin/duplicates.php index d0167bbb..3dede7e4 100644 --- a/admin/duplicates.php +++ b/admin/duplicates.php @@ -26,7 +26,6 @@ require_once ('../lib/init.php'); require_once( conf('prefix').'/lib/duplicates.php'); - if (!$user->has_access(100)) { header ("Location: " . conf('web_path') . "/index.php?access=denied"); exit(); |