potentialAction) { $record = $concorso->info; $round = $concorso->round; if ($concorso->setLotto($_GET["codice_lotto"])) { $lotto = $concorso->lotto; $pannello = $concorso->getManagerPartecipazione(); if (!empty($pannello) && $pannello->check() && $pannello->printManage($_GET["codice_richiesta"])) { $error = false; } } } } if ($error) { header('HTTP/1.0 403 Forbidden'); die(); } ?>