From 2026207273921c054bcc8851ac92aa3a2c0e03b6 Mon Sep 17 00:00:00 2001 From: Banana Date: Wed, 25 Dec 2019 12:06:06 +0100 Subject: [PATCH] web access deny --- webroot/logs/.gitignore | 1 + webroot/logs/.htaccess | 1 + 2 files changed, 2 insertions(+) create mode 100644 webroot/logs/.htaccess diff --git a/webroot/logs/.gitignore b/webroot/logs/.gitignore index d6b7ef3..e24a60f 100644 --- a/webroot/logs/.gitignore +++ b/webroot/logs/.gitignore @@ -1,2 +1,3 @@ * !.gitignore +!.htaccess diff --git a/webroot/logs/.htaccess b/webroot/logs/.htaccess new file mode 100644 index 0000000..b66e808 --- /dev/null +++ b/webroot/logs/.htaccess @@ -0,0 +1 @@ +Require all denied -- 2.39.5