permission("albo") && tokenVerify()) { $error = false; ini_set("max_execution_time", "120"); $oeManager = new oeManager; $oeManager->setFilters($_SESSION["exportoperatoriSettings"][$_POST["managerToken"]]); $esito = $oeManager->eseguiEstrazione($_SESSION["ente"]->codice,$_POST["numero_partecipanti"],$_POST["esclusioni"] ?? [],$_POST["descrizione"],"albo"); if (is_numeric($esito)) { ?> showModalWithURL('/backend/albo/showEstrazione.php?codice='); swal({title:js_dict.error,text:"",html:true,type:"error"});