diff options
author | Ender Teszla <ender.teszla@gmail.com> | 2014-02-27 21:56:07 +0100 |
---|---|---|
committer | Ender Teszla <ender.teszla@gmail.com> | 2014-02-27 21:56:07 +0100 |
commit | d878851f2057ebb531e83a90c77fe7c9f553dbc6 (patch) | |
tree | a3bc686b86c5be96fa5cb28e7edd413f97bbadc8 | |
parent | 3708f071b3db08c969ec1eb2c17a56c56ddd6144 (diff) |
Added a .htaccess file to the application/cache folder for security-in-depths reasons (de bene esse).
-rw-r--r-- | application/cache/.htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/cache/.htaccess b/application/cache/.htaccess new file mode 100644 index 000000000..14249c50b --- /dev/null +++ b/application/cache/.htaccess @@ -0,0 +1 @@ +Deny from all
\ No newline at end of file |