diff --git a/application/core/Server/UsageReporter.php b/application/core/Server/UsageReporter.php index 0c851ea7..2008a5e2 100644 --- a/application/core/Server/UsageReporter.php +++ b/application/core/Server/UsageReporter.php @@ -58,6 +58,9 @@ class UsageReporter implements TimerListener { $json = json_encode($properties); $info = base64_encode($json); - //TODO send Info + //TODO make on website + /*$this->maniaControl->fileReader->loadFile("url/webservice?info=" . $info, function ($response, $error){ + $this->maniaControl->log("Error while Sending data: " . $error); + });*/ } } \ No newline at end of file