blob: 8bc20078173cf8bb0f6fe5f4819f065282d9ada2 (
plain)
1
2
3
4
5
|
# as php insist to have this value set, let's
# look on the system for him
php_value date.timezone "<%= @php_date_timezone %>"
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f root@<%= @domain %>"
|