From 3d3e324d8fdbe5c49c38441c57093ade9c8d4ae7 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 12 Apr 2011 15:40:37 +0000 Subject: sendmail_path needs to be set by php_admin_value instead of php_value --- modules/apache/templates/mod_php.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/apache/templates') diff --git a/modules/apache/templates/mod_php.conf b/modules/apache/templates/mod_php.conf index 6c0f20d4..6d64ffb8 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 "<%= php_date_timezone %>" -php_value sendmail_path "/usr/sbin/sendmail -t -i -f root@<%= domain %>" +php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f root@<%= domain %>" -- cgit v1.2.1