Fix parameter

This commit is contained in:
Unick Soft 2017-10-12 23:31:57 +03:00
parent 7e71a151da
commit da71f90c5b

View File

@ -7,7 +7,7 @@ $mymail = "soft_support@list.ru";
header('Content-type: text/html; charset=utf-8');
$text = "New Algorithm!\n" . $_POST["text"];
$text = "New Algorithm!\n" . $_GET["text"];
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/plain; charset=utf-8' . "\r\n";