summaryrefslogtreecommitdiffstats
path: root/localplay.php
diff options
context:
space:
mode:
Diffstat (limited to 'localplay.php')
-rw-r--r--localplay.php4
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; }