prefs['play_type'] != 'democratic') { access_denied(); exit; } /* Attempt to build the temp playlist */ $playlist = new tmpPlaylist('-1'); $action = scrub_in($_REQUEST['action']); switch ($action) { case 'create_playlist': break; default: require_once(conf('prefix') . '/templates/show_tv.inc.php'); break; } // end switch on action ?>