rpost bbcode tag

This commit is contained in:
friendica
2013-10-29 18:46:51 -07:00
parent 5c98d5eaae
commit 75ba7ae116
4 changed files with 32 additions and 4 deletions

View File

@@ -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