From 881a08b7345da7f5a63e67534d8ecd235e3f85fd Mon Sep 17 00:00:00 2001 From: maru21 Date: Fri, 8 Nov 2024 22:17:58 +0100 Subject: [PATCH] for security --- .htaccess | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..5c81fcb --- /dev/null +++ b/.htaccess @@ -0,0 +1,6 @@ +Options -Indexes + + + Order Allow,Deny + Deny from all + \ No newline at end of file