diff options
Diffstat (limited to 'include/functions.php')
-rw-r--r-- | include/functions.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/functions.php b/include/functions.php index 47e8089..191823d 100644 --- a/include/functions.php +++ b/include/functions.php @@ -218,9 +218,9 @@ function sendmail($To,$Subject,$message) if(isset($EMAIL_REPLY)) $header .= "From: e-DoKo daemon <$EMAIL_REPLY>\r\n"; - $headers .= "Content-Type: text/plain; charset = \"UTF-8\";\r\n"; - $headers .= "Content-Transfer-Encoding: 8bit\r\n"; - $headers .= "\r\n"; + $header .= "Content-Type: text/plain; charset = \"UTF-8\";\r\n"; + $header .= "Content-Transfer-Encoding: 8bit\r\n"; + $header .= "\r\n"; if($debug) { |