]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Owa.php
Merge pull request #11003 from annando/fix-api
[friendica.git] / src / Module / Owa.php
index 322cafa0971d0fb46dfdaae458fb9391ccac07cd..6062f2c998a32b6de67ef23a3098c1e0794d34f1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -44,9 +44,8 @@ use Friendica\Util\Strings;
  */
 class Owa extends BaseModule
 {
-       public static function init(array $parameters = [])
+       public function rawContent()
        {
-
                $ret = [ 'success' => false ];
 
                foreach (['REDIRECT_REMOTE_USER', 'HTTP_AUTHORIZATION'] as $head) {