}if(isset($_REQUEST["delete"])) {if(!Session::is_group_user("Music Admin")) {echoBootstrap::alert_message_basic("error","You are trying to delete a request, but you do not have the requred privelidges!","Error!"); }else{ $request = Requests::get_by_id($_REQUEST["delete"])...