In the sample roundcubemail.conf apache config file, don't bother to force
PHP variables which are already set that way by default. Suggested by aja@
This commit is contained in:
parent
d76db2ffcb
commit
039663a06c
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.52 2012/03/12 16:20:51 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.53 2012/03/14 16:20:47 sthen Exp $
|
||||
|
||||
COMMENT= imap4 webmail client
|
||||
|
||||
DISTNAME= roundcubemail-0.7.2
|
||||
REVISION= 0
|
||||
CATEGORIES= mail www
|
||||
HOMEPAGE= http://www.roundcube.net/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: roundcubemail.conf,v 1.8 2011/04/22 15:11:08 sthen Exp $
|
||||
# $OpenBSD: roundcubemail.conf,v 1.9 2012/03/14 16:20:47 sthen Exp $
|
||||
|
||||
Alias /roundcubemail ${TINSTDIR}
|
||||
|
||||
@ -9,9 +9,6 @@ Alias /roundcubemail ${TINSTDIR}
|
||||
<Directory ${TINSTDIR}>
|
||||
AllowOverride Indexes FileInfo Options
|
||||
<IfModule mod_php5.c>
|
||||
php_value file_uploads 1
|
||||
php_value session.auto_start 0
|
||||
php_value mbstring.func_overload 0
|
||||
# If you have session problems, try setting this
|
||||
# to your database server's timezone.
|
||||
php_value date.timezone UTC
|
||||
|
Loading…
x
Reference in New Issue
Block a user