]> git.mxchange.org Git - friendica.git/blobdiff - mod/item.php
added webfinger support
[friendica.git] / mod / item.php
index 4de9dc59f8e2df9b552a9309ad04c429cabd80e5..e0497af7a54e79e240915d6fa1365252d04e706a 100644 (file)
@@ -5,7 +5,7 @@ function sanitise_acl(&$item) {
 }
 
 function item_post(&$a) {
-dbg(3);
+
        if((! local_user()) && (! remote_user()))
                return;
 
@@ -170,6 +170,6 @@ dbg(3);
                        array(),$foo));
 
        }
-//     goaway($a->get_baseurl() . "/" . $_POST['return'] );
+       goaway($a->get_baseurl() . "/" . $_POST['return'] );
        return; // NOTREACHED
 }
\ No newline at end of file