diff --git a/cgi-bin/sendEmail.php b/cgi-bin/sendEmail.php index d600c6a..1bdb991 100644 --- a/cgi-bin/sendEmail.php +++ b/cgi-bin/sendEmail.php @@ -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";