$errore = true; $configPath = substr(__DIR__,0,strpos(__DIR__,"public_html/"))."config.php"; include_once($configPath); if (isset($_SESSION["utente"]) && $_SESSION["utente"]->gerarchia === 1) { $errore = false; ?>
} if ($errore) { header('HTTP/1.0 403 Forbidden'); die(); } ?>