From 2438dba3961265e92cbc804ca07e893ba50e03d1 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 19 Dec 2008 07:16:38 +0000 Subject: Delete the var/thumbs .htaccess files, too. --- core/helpers/access.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/helpers') 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"); } } -- cgit v1.2.3