039663a06c
PHP variables which are already set that way by default. Suggested by aja@
17 lines
421 B
Plaintext
17 lines
421 B
Plaintext
# $OpenBSD: roundcubemail.conf,v 1.9 2012/03/14 16:20:47 sthen Exp $
|
|
|
|
Alias /roundcubemail ${TINSTDIR}
|
|
|
|
<IfModule mod_php5.c>
|
|
php_value suhosin.session.encrypt 0
|
|
</IfModule>
|
|
|
|
<Directory ${TINSTDIR}>
|
|
AllowOverride Indexes FileInfo Options
|
|
<IfModule mod_php5.c>
|
|
# If you have session problems, try setting this
|
|
# to your database server's timezone.
|
|
php_value date.timezone UTC
|
|
</IfModule>
|
|
</Directory>
|