From a9c82b0f2471e9794026374ae73a5d1f6f7311de Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 8 Apr 2011 14:58:10 +0000 Subject: set php date.timezone to UTC (as CEST is an incorrect value) --- modules/apache/templates/mod_php.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/apache/templates/mod_php.conf') diff --git a/modules/apache/templates/mod_php.conf b/modules/apache/templates/mod_php.conf index a92a99f6..6c0f20d4 100644 --- a/modules/apache/templates/mod_php.conf +++ b/modules/apache/templates/mod_php.conf @@ -1,5 +1,5 @@ # as php insist to have this value set, let's # look on the system for him -php_value date.timezone "<%= timezone %>" +php_value date.timezone "<%= php_date_timezone %>" php_value sendmail_path "/usr/sbin/sendmail -t -i -f root@<%= domain %>" -- cgit v1.2.1