diff options
Diffstat (limited to 'application')
-rwxr-xr-x | application/.htaccess | 1 | ||||
-rwxr-xr-x | application/cache/.htaccess | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/application/.htaccess b/application/.htaccess new file mode 100755 index 000000000..14249c50b --- /dev/null +++ b/application/.htaccess @@ -0,0 +1 @@ +Deny from all
\ No newline at end of file diff --git a/application/cache/.htaccess b/application/cache/.htaccess new file mode 100755 index 000000000..3418e55a6 --- /dev/null +++ b/application/cache/.htaccess @@ -0,0 +1 @@ +deny from all
\ No newline at end of file |