@ -0,0 +1,8 @@
<?php
session_start();
if (!isset($_SESSION['admin'])) {
http_response_code(403);
die("Access denied");
}
echo getenv('FLAG');