mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 23:36:00 +00:00
Fix parameter
This commit is contained in:
parent
7e71a151da
commit
da71f90c5b
@ -7,7 +7,7 @@ $mymail = "soft_support@list.ru";
|
|||||||
|
|
||||||
header('Content-type: text/html; charset=utf-8');
|
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 = 'MIME-Version: 1.0' . "\r\n";
|
||||||
$headers .= 'Content-type: text/plain; charset=utf-8' . "\r\n";
|
$headers .= 'Content-type: text/plain; charset=utf-8' . "\r\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user