From 6186fa4537c921c1720f973527e86e4bcd0c8516 Mon Sep 17 00:00:00 2001 From: Junior Date: Mon, 27 Apr 2026 19:00:18 -0400 Subject: [PATCH] Add htaccess file to block access to the install folder --- .htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..9a375e2 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +RedirectMatch 404 install/.*