domain tipser
This commit is contained in:
parent
6bec287363
commit
209bb0b00c
@ -1,10 +1,9 @@
|
||||
<?php
|
||||
function sendToTroy($data) {
|
||||
$url = 'https://troy-grunt/api.php';
|
||||
$url = 'https://troy-grunt.de/api.php';
|
||||
// use key 'http' even if you send the request to https://...
|
||||
$options = array (
|
||||
'http' => array (
|
||||
'header' => "Content-type: application/x-www-form-urlencoded\r\n",
|
||||
'method' => 'POST',
|
||||
'content' => json_encode ( $data )
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user