diff options
author | Evan O'Connell <oconn.e@gmail.com> | 2012-02-07 14:26:25 -0500 |
---|---|---|
committer | Evan O'Connell <oconn.e@gmail.com> | 2012-02-07 14:26:25 -0500 |
commit | 0e238cf00b98c0b87a7ae91ad970c08ccd649a39 (patch) | |
tree | ff3a787f6b9c6c32760508d433e461bd3d5b6a94 /include/.htaccess | |
parent | 9af4ba5031445e3e2f23175ba264ea9d9062ff15 (diff) | |
download | bayonetcms-0e238cf00b98c0b87a7ae91ad970c08ccd649a39.tar.gz |
Prevent direct access to config files that contain passwords
Diffstat (limited to 'include/.htaccess')
-rw-r--r-- | include/.htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/.htaccess b/include/.htaccess new file mode 100644 index 0000000..14249c5 --- /dev/null +++ b/include/.htaccess @@ -0,0 +1 @@ +Deny from all
\ No newline at end of file |