gerarchia <= 10 && !empty($_GET["ente"]) && ($_SESSION["utente"]->isSupportoOrRoot() || $_GET["ente"] != $_SESSION["utente"]->codice_ente)) { $codice = (int) $_GET["ente"]; $ente = Ente::getInfoFromID($codice)[0] ?? null; if (!empty($ente)) { set_time_limit(500); ini_set("max_execution_time",500); $size = Ente::getSize($codice); session_write_close(); $error = false; ?>