@@ -0,0 +1,14 @@
<?php
require 'includes/config.php';
if (!isset($_SESSION['admin'])) {
http_response_code(403);
die("Accès interdit chenapan");
}
require 'includes/header.php';
?>
<h1>FLAG</h1>
<p><?= FLAG ?></p>
require 'includes/footer.php';
The note is not visible to the blocked user.