send rpost requests from remote sites back to yours.
This commit is contained in:
@@ -1903,7 +1903,7 @@ function get_rpost_path($observer) {
|
||||
if(! $observer)
|
||||
return '';
|
||||
$parsed = parse_url($observer['xchan_url']);
|
||||
|
||||
return $parsed['scheme'] . '://' . $parsed['host'] . (($parsed['port']) ? ':' . $parsed['port'] : '') . '/rpost?f=';
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user