$error = true; $configPath = substr(__DIR__,0,strpos(__DIR__,"/public_html"))."/config.php"; include_once($configPath); if (!empty($_SESSION["utente"]) && !emptY($_SESSION["utente"]->oe)) { if (!empty($_GET["modulo"]) && !empty($_GET["codice_elemento"])) { $dgue = new DGUE($_GET["modulo"],$_GET["codice_elemento"]); if (!empty($dgue)) { $error = false; ?>
} } } ?>