diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-14 05:03:03 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-14 05:03:03 +0000 |
commit | 427c5ac163cd7a79c83102aaa3fcb6572ab59cfb (patch) | |
tree | af8a96374a62629c8439d37fdc812a697f068a6d /localplay.php | |
parent | 3c99e635ee70b89cf1689d3372c7526e638b2b25 (diff) | |
download | ampache-427c5ac163cd7a79c83102aaa3fcb6572ab59cfb.tar.gz ampache-427c5ac163cd7a79c83102aaa3fcb6572ab59cfb.tar.bz2 ampache-427c5ac163cd7a79c83102aaa3fcb6572ab59cfb.zip |
fixed the filter display and added a playlist_type filter for admins
Diffstat (limited to 'localplay.php')
-rw-r--r-- | localplay.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/localplay.php b/localplay.php index 989f75e9..f1593a4a 100644 --- a/localplay.php +++ b/localplay.php @@ -62,10 +62,6 @@ switch ($_REQUEST['action']) { $fields = $localplay->get_instance_fields(); require_once Config::get('prefix') . '/templates/show_localplay_edit_instance.inc.php'; break; - case 'test_instance': - // Check to make sure they've got the rights - if (!Access::check('localplay','75')) { access_denied(); break; } - break; case 'show_instances': // First build the localplay object and then get the instances if (!Access::check('localplay','5')) { access_denied(); break; } |