summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcflip <36554078+cflip@users.noreply.github.com>2021-03-21 17:33:05 -0600
committercflip <36554078+cflip@users.noreply.github.com>2021-03-21 17:33:05 -0600
commitf881d482e2c04e1bc622a5c53e4176f30ca8a337 (patch)
treec025051d4d9c102f6c334052541e3369da24211b
parent7ef208fc1ae5a24d7b3cd2e22e969285fbf7262a (diff)
Deny access to source folders
-rw-r--r--includes/.htaccess1
-rw-r--r--model/.htaccess1
-rw-r--r--templates/.htaccess1
3 files changed, 3 insertions, 0 deletions
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