From 75ba7ae1166562f48356b445b10cce2e57a42f4a Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 29 Oct 2013 18:46:51 -0700 Subject: rpost bbcode tag --- mod/rpost.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'mod') diff --git a/mod/rpost.php b/mod/rpost.php index 78adb5e34..562040f1b 100644 --- a/mod/rpost.php +++ b/mod/rpost.php @@ -28,6 +28,16 @@ function rpost_content(&$a) { $o = ''; if(! local_user()) { + if(remote_user()) { + // redirect to your own site. + // We can only do this with a GET request so you'll need to keep the text short or risk getting truncated + // by the wretched beast called 'shusoin'. All the browsers now allow long GET requests, but suhosin + // blocks them. + + + + } + // FIXME // probably need to figure out how to preserve the $_REQUEST variables in the session // in case you aren't currently logged in. Otherwise you'll have to go back to -- cgit v1.2.3