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