From 0edfd21498c514e9f5da9aea10fc2082fe6fe834 Mon Sep 17 00:00:00 2001 From: Christoph Schulthess Date: Wed, 1 Mar 2017 16:14:49 +0100 Subject: Added active relay list to debugconfig --- apis/debugrequest.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apis/debugrequest.inc.php') diff --git a/apis/debugrequest.inc.php b/apis/debugrequest.inc.php index 0d423bec..54ebffb2 100644 --- a/apis/debugrequest.inc.php +++ b/apis/debugrequest.inc.php @@ -19,6 +19,6 @@ if ($validclient == false) { $data = array("hosts" => array($_SERVER["REMOTE_ADDR"], $debug_settings["debugServer"]), "ports" => array($port, intval($debug_settings["port"])), "descs" => array("bwlpclient", "debugserver")); $taskstruct = Taskmanager::submit('DispatchRelay', $data); - Property::setDebugTaskStruct($taskstruct); + Property::addToList("DispatchedRelay", $taskstruct['id']); } -- cgit v1.2.3-55-g7522