if (isset($this) && is_a($this,"anac")) { $continua = true; } else if (!isset($root)) { $configPath = substr(__DIR__,0,strpos(__DIR__,"public_html/"))."config.php"; include_once($configPath); if (!empty($_SESSION["utente"]) && tokenVerify($_GET["token"])) { $continua = true; $record = get_campi("b_simog"); $dati = []; } } if (!empty($continua)) { ?>