permission($radice,$_GET["codice"],$id_modulo) && $_SESSION["utente"]->permission($cmd_info["modulo_riferimento"])) { $gara = gara::init($_GET["codice"]); if (!empty($gara) && !empty($_GET["codice_meeting"])) { $conference = $gara->getConferences($_GET["codice_meeting"]); if (!empty($conference)) { $error = false; conferenceManager::printLog($conference["codice"]); } } } if ($error) { header('HTTP/1.0 403 Forbidden'); die(); } ?>