diff --git a/htdocs/index.php b/htdocs/index.php index c1997e5..73f3efd 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -92,6 +92,14 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") { } if ($mode === "NO_AUTH") { $fileName = "backups.json"; +} elseif (!isset($_GET["user"])) { + header("HTTP/1.0 404 Not Found"); ?> +
+ no user specified + + +
+