diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-12 20:10:53 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-12 20:10:53 -0700 |
commit | 7d04d4f7e177365e711200e72d8211f474f7265e (patch) | |
tree | fcfc114a8071a8fa1c05168179e5d2c59d1b008e /changelog | |
parent | 247e7df7abf9fdd9b4bad6653cb8c17a9ea9e6e4 (diff) | |
download | pathery-7d04d4f7e177365e711200e72d8211f474f7265e.tar.xz |
Couple htaccess deny-from-all to hide files.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog/.htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/.htaccess b/changelog/.htaccess new file mode 100644 index 0000000..3418e55 --- /dev/null +++ b/changelog/.htaccess @@ -0,0 +1 @@ +deny from all
\ No newline at end of file |