diff options
| author | cflip <36554078+cflip@users.noreply.github.com> | 2021-03-21 17:33:05 -0600 |
|---|---|---|
| committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-03-21 17:33:05 -0600 |
| commit | f881d482e2c04e1bc622a5c53e4176f30ca8a337 (patch) | |
| tree | c025051d4d9c102f6c334052541e3369da24211b | |
| parent | 7ef208fc1ae5a24d7b3cd2e22e969285fbf7262a (diff) | |
Deny access to source folders
| -rw-r--r-- | includes/.htaccess | 1 | ||||
| -rw-r--r-- | model/.htaccess | 1 | ||||
| -rw-r--r-- | templates/.htaccess | 1 |
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 |
