From 204ac0e943a4d9bbc2b397770ae430e8cc291ab8 Mon Sep 17 00:00:00 2001 From: Christopher Latza Date: Tue, 9 Jun 2020 00:51:39 +0200 Subject: [PATCH] use $userID --- api/register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/register.php b/api/register.php index 90e8b43..5d94b84 100644 --- a/api/register.php +++ b/api/register.php @@ -1,7 +1,7 @@ get_server_urlsuserID1148b04d-7a93-49e9-b3c9-ea0cdeec38f7'; + $xml = 'get_server_urlsuserID'.$userID.''; $optionen = stream_context_create(array('http' => array('timeout' => 1, 'method' => 'POST', 'header' => 'Content-Type: application/xml', 'content' => $xml))); $result = file_get_contents($homeURL, false, $optionen);