diff options
author | friendica <info@friendica.com> | 2013-10-29 21:49:10 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-29 21:49:10 -0700 |
commit | ed8f14549f366b3f72f485a32df354876f82f76e (patch) | |
tree | 75028e8e2a3f141fabfc4071be1a13f73f1d578c /include/zot.php | |
parent | 7335f6724656e5e44353f1635226b1b6b43006e0 (diff) | |
download | volse-hubzilla-ed8f14549f366b3f72f485a32df354876f82f76e.tar.gz volse-hubzilla-ed8f14549f366b3f72f485a32df354876f82f76e.tar.bz2 volse-hubzilla-ed8f14549f366b3f72f485a32df354876f82f76e.zip |
send rpost requests from remote sites back to yours.
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zot.php b/include/zot.php index 71d68700a..4ea217f1d 100644 --- a/include/zot.php +++ b/include/zot.php @@ -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='; -}
\ No newline at end of file +} + |