Comment php_value date.timezone since this is the default now. Not removed

because the warning about keeping the same TZ with the DB server still
stands.

ok sthen@ (maintainer)
This commit is contained in:
ajacoutot 2014-03-21 07:32:30 +00:00
parent edd40d0635
commit f6edaa0300
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.75 2014/01/24 22:54:20 sthen Exp $
# $OpenBSD: Makefile,v 1.76 2014/03/21 07:32:30 ajacoutot Exp $
COMMENT= imap4 webmail client
DISTNAME= roundcubemail-0.9.5
REVISION= 0
REVISION= 1
PKGNAME= ${DISTNAME:S/-rc/rc/}
CATEGORIES= mail www
HOMEPAGE= http://www.roundcube.net/

View File

@ -1,4 +1,4 @@
# $OpenBSD: roundcubemail.conf,v 1.9 2012/03/14 16:20:47 sthen Exp $
# $OpenBSD: roundcubemail.conf,v 1.10 2014/03/21 07:32:30 ajacoutot Exp $
Alias /roundcubemail ${TINSTDIR}
@ -11,6 +11,6 @@ Alias /roundcubemail ${TINSTDIR}
<IfModule mod_php5.c>
# If you have session problems, try setting this
# to your database server's timezone.
php_value date.timezone UTC
#php_value date.timezone UTC
</IfModule>
</Directory>