$configPath = substr(__DIR__,0,strpos(__DIR__,"/public_html"))."/config.php"; include_once($configPath); $id_modulo = "partecipanti"; $cmd_info = gara::getInfoModulo($id_modulo); $error = true; if (!empty($_SESSION["utente"]) && $_SESSION["utente"]->permission($cmd_info["modulo_riferimento"]) && $_SESSION["utente"]->permission($radice,$_GET["codice_gara"],$id_modulo)) { $gara = gara::init($_GET["codice_gara"],$_GET["codice_round"]); if (!empty($gara) && $gara->setLotto($_GET["codice_lotto"])) { $record = $gara->info; $lock = $gara->checkLock($cmd_info["id"]); if (!$lock) { $error = false ?>