From f881d482e2c04e1bc622a5c53e4176f30ca8a337 Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Sun, 21 Mar 2021 17:33:05 -0600 Subject: Deny access to source folders --- includes/.htaccess | 1 + model/.htaccess | 1 + templates/.htaccess | 1 + 3 files changed, 3 insertions(+) create mode 100644 model/.htaccess create mode 100644 templates/.htaccess diff --git a/includes/.htaccess b/includes/.htaccess index e69de29..3418e55 100644 --- a/includes/.htaccess +++ b/includes/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file diff --git a/model/.htaccess b/model/.htaccess new file mode 100644 index 0000000..3418e55 --- /dev/null +++ b/model/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file diff --git a/templates/.htaccess b/templates/.htaccess new file mode 100644 index 0000000..3418e55 --- /dev/null +++ b/templates/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file -- cgit v1.2.3