]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Owa.php
Move sending follow message to remote server to Protocol class
[friendica.git] / src / Module / Owa.php
index 85530df6f96a16e07d1040de3827010cb9c53bd3..6062f2c998a32b6de67ef23a3098c1e0794d34f1 100644 (file)
@@ -44,9 +44,8 @@ use Friendica\Util\Strings;
  */
 class Owa extends BaseModule
 {
-       public function init()
+       public function rawContent()
        {
-
                $ret = [ 'success' => false ];
 
                foreach (['REDIRECT_REMOTE_USER', 'HTTP_AUTHORIZATION'] as $head) {