diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-01 20:08:00 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-01 20:08:00 +0000 |
| commit | 1c19854d47c5b71fa03b95133bb600af772dc025 (patch) | |
| tree | d3e12f63d5dc4401d77679c5e58e27b9ffb864ac | |
| parent | 07da1605256dd0947326d0eb97786096f17d489f (diff) | |
Remove access control from .htaccess
git-svn-id: https://svn.roundcube.net/trunk@2693 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/.htaccess | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roundcubemail/.htaccess b/roundcubemail/.htaccess index 9b8063d4a..109084878 100644 --- a/roundcubemail/.htaccess +++ b/roundcubemail/.htaccess @@ -45,5 +45,4 @@ ExpiresDefault "access plus 1 month" FileETag MTime Size -Order deny,allow -Allow from all + |
