hasModulo("conference")) { if (!empty($_SESSION["utente"]) && $_SESSION["utente"]->permission($radice,$_GET["codice"],$id_modulo) && $_SESSION["utente"]->permission($cmd_info["modulo_riferimento"])) { $codice_round = $_GET["codice_round"] ?? NULL; $gara = gara::init($_GET["codice"],$codice_round); if (!empty($gara)) { if ($gara->sedutaAperta()) { conferenceManager::startMeeting("gare",$gara->info["codice"],"seduta",$gara->round["codice"]); echo "

" . __("Errore inizializzazione meeting") . "

"; } } } } if ($error) { header('HTTP/1.0 403 Forbidden'); die(); }