hasSuperPowers() && !empty($_POST["codice"]) && tokenVerify()) { $gara = gara::init($_POST["codice"]); if (!empty($gara) && !$gara->checkPartecipantiPresenti() && $gara->deleteRound()) { $error = false; $gara->addToLog("DELETE",__("Fase") . " " . $gara->round["numero"]); ?> window.location.reload();