Remove cp1251. Я сильно недооценивал трудолюбие неизвестного кодера.
This commit is contained in:
2
mail.php
2
mail.php
@@ -160,7 +160,7 @@ if (isset($_GET['send6102'])) {
|
||||
$message = str_replace('{md5mail}', $md5mail, $message);
|
||||
//
|
||||
$headers = "MIME-Version: 1.0\r\n";
|
||||
$headers .= "Content-type: text/html; charset=windows-1251\r\n";
|
||||
$headers .= "Content-type: text/html; charset=utf8\r\n";
|
||||
$headers .= "From: support@new-combats.com\r\n";
|
||||
//
|
||||
$to = $mail;
|
||||
|
||||
Reference in New Issue
Block a user