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 /includes | |
parent | 7ef208fc1ae5a24d7b3cd2e22e969285fbf7262a (diff) |
Deny access to source folders
Diffstat (limited to 'includes')
-rw-r--r-- | includes/.htaccess | 1 |
1 files changed, 1 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 |