diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-25 16:21:04 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-25 16:21:04 +0100 |
commit | 6e50b856d30037a88d878a68d1055fd37a182008 (patch) | |
tree | 5634ada0998c2487a8f77b34ad85a03985ecdc26 /application/.htaccess | |
parent | f0b3994f51937c643200a0547f70b1fa7d94f88a (diff) |
added .htaccess to application and system folder to help prevent public access if installed in web root
Diffstat (limited to 'application/.htaccess')
-rw-r--r-- | application/.htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/.htaccess b/application/.htaccess new file mode 100644 index 000000000..14249c50b --- /dev/null +++ b/application/.htaccess @@ -0,0 +1 @@ +Deny from all
\ No newline at end of file |