From fb88e746d77f063782ec7dbf1a11a9e8f8b32416 Mon Sep 17 00:00:00 2001 From: Raphael Dannecker Date: Tue, 25 Feb 2025 16:15:59 +0100 Subject: [PATCH] Prevent access to genkey.php --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 57e0048..1b4098a 100644 --- a/.htaccess +++ b/.htaccess @@ -4,3 +4,4 @@ RedirectMatch 404 /\.git RedirectMatch 404 /keys +RedirectMatch 404 /genkey.php