commit | 6e50b856d30037a88d878a68d1055fd37a182008 | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Thu Mar 25 10:21:04 2010 -0500 |
committer | Derek Jones <derek.jones@ellislab.com> | Thu Mar 25 10:21:04 2010 -0500 |
tree | 5634ada0998c2487a8f77b34ad85a03985ecdc26 | |
parent | f0b3994f51937c643200a0547f70b1fa7d94f88a [diff] |
added .htaccess to application and system folder to help prevent public access if installed in web root
diff --git a/application/.htaccess b/application/.htaccess new file mode 100644 index 0000000..14249c5 --- /dev/null +++ b/application/.htaccess
@@ -0,0 +1 @@ +Deny from all \ No newline at end of file
diff --git a/system/.htaccess b/system/.htaccess new file mode 100644 index 0000000..14249c5 --- /dev/null +++ b/system/.htaccess
@@ -0,0 +1 @@ +Deny from all \ No newline at end of file