aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/php/templates/php.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/php/templates/php.ini b/modules/php/templates/php.ini
index e4f2f1e0..8bfe560c 100644
--- a/modules/php/templates/php.ini
+++ b/modules/php/templates/php.ini
@@ -932,7 +932,7 @@ default_socket_timeout = 60
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
-date.timezone = <%= php_date_timezone %>
+;date.timezone =
; http://php.net/date.default-latitude
;date.default_latitude = 31.7667
@@ -1030,7 +1030,7 @@ smtp_port = 25
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
-sendmail_path = /usr/sbin/sendmail -t -i -f <%= php_sender_email %>
+;sendmail_path =
; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of