if (!isset($opt)) { $configPath = substr(__DIR__,0,strpos(__DIR__,"/public_html"))."/config.php"; include_once($configPath); $error = true; if (!empty($_SESSION["utente"]) && $_SESSION["utente"]->permission($radice)) { $opt = get_campi("b_compilatore_opzioni"); $opt["codice"] = $_POST["id"]; } } if (!empty($opt)) { ?>