"gprobe" removed

This commit is contained in:
Michael 2019-12-20 06:47:18 +00:00
parent 85ae12a873
commit 88a39ea999
3 changed files with 0 additions and 88 deletions

View file

@ -1074,8 +1074,6 @@ class Profile
Logger::log('Not authenticated. Invoking reverse magic-auth for ' . $my_url, Logger::DEBUG);
Worker::add(PRIORITY_LOW, 'GProbe', $my_url);
// Remove the "addr" parameter from the destination. It is later added as separate parameter again.
$addr_request = 'addr=' . urlencode($addr);
$query = rtrim(str_replace($addr_request, '', $a->query_string), '?&');