$configPath = substr(__DIR__,0,strpos(__DIR__,"/public_html"))."/config.php"; include_once($configPath); $error = true; if (!empty($_SESSION["utente"]) && $_SESSION["utente"]->permission($radice)) { if (!empty($_GET["codice"])) { $gruppo = Compilatore::getOpzione($_GET["codice"],false); } else { $gruppo = get_campi("b_compilatore_gruppi_opzioni"); } if (!empty($gruppo)) { $error = false; ?>
} } if ($error) { header('HTTP/1.0 403 Forbidden'); die(); } ?>