Update php.ini
matching rainloop php to roundcube's: timezone is a parameter in mailu.envmaster
parent
2c1d1e995d
commit
d9ea9f7009
@ -1,5 +1,5 @@
|
|||||||
expose_php=Off
|
expose_php=Off
|
||||||
date.timezone=UTC
|
date.timezone={{ TZ }}
|
||||||
upload_max_filesize = {{ MAX_FILESIZE }}M
|
upload_max_filesize = {{ MAX_FILESIZE }}M
|
||||||
post_max_size = {{ MAX_FILESIZE }}M
|
post_max_size = {{ MAX_FILESIZE }}M
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue