alecpl
2011-12-25 5e8c7729fb7d1d6c6b352eb3be4a1e53d9677335
- Add ifModule statement for setting Options -Indexes in .htaccess file (#1488274)


2 files modified
6 ■■■■ changed files
.htaccess 5 ●●●● patch | view | raw | blame | history
CHANGELOG 1 ●●●● patch | view | raw | blame | history
.htaccess
@@ -17,7 +17,7 @@
php_flag     suhosin.session.encrypt     Off
#php_value    session.cookie_path        /
php_value    session.auto_start    0
php_flag    session.auto_start    Off
php_value    session.gc_maxlifetime    21600
php_value    session.gc_divisor    500
php_value    session.gc_probability    1
@@ -49,4 +49,7 @@
</IfModule>
FileETag MTime Size
<IfModule mod_autoindex.c>
Options -Indexes
</ifModule>
CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Add ifModule statement for setting Options -Indexes in .htaccess file (#1488274)
- Fix crashes with eAccelerator (#1488256)
- Fix searching on IMAP servers without CHARSET specifier support (#1488271)
- Fix expanding folders during drag&drop (#1488260)