slight reorganization

- request.php and send.php files moved to web/php/ directory

- updated readme info
This commit is contained in:
2020-08-25 06:09:35 +03:00
parent 147a39e67a
commit 7e38b859f4
3 changed files with 9 additions and 2 deletions

View File

@ -21,6 +21,5 @@
)
);
$context = stream_context_create($options);
$result = file_get_contents($_POST["webhook"], false, $context);
?>