prefs['localplay_level'] < 1) { access_denied(); exit(); } /* Scrub in the action */ $action = scrub_in($_REQUEST['action']); show_template('header'); switch ($action) { case 'delete_songs': break; default: require_once (conf('prefix') . '/templates/show_localplay.inc.php'); break; } // end switch action show_footer(); ?>