if (!isset($_GET['emails']) || !is_array($_GET['emails'])) { error("Stop that."); } if (!apcu_exists('DBKEY')) { error(403); } View::show_header('Email Deletion Request'); ?>