diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-19 07:16:38 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-19 07:16:38 +0000 |
commit | 2438dba3961265e92cbc804ca07e893ba50e03d1 (patch) | |
tree | 83f3ccc8550e6e71513e758db9791b35b45b9765 /core/helpers/access.php | |
parent | 12e9c136f2731ad2f24d79344971fc2e34bb9772 (diff) |
Delete the var/thumbs .htaccess files, too.
Diffstat (limited to 'core/helpers/access.php')
-rw-r--r-- | core/helpers/access.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/helpers/access.php b/core/helpers/access.php index 82d7b9b6..85ff8290 100644 --- a/core/helpers/access.php +++ b/core/helpers/access.php @@ -490,5 +490,6 @@ class access_Core { private static function _delete_htaccess_files($album) { @unlink($album->file_path() . "/.htaccess"); @unlink(dirname($album->resize_path()) . "/.htaccess"); + @unlink(dirname($album->thumb_path()) . "/.htaccess"); } } |