]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Owa.php
Merge pull request #12010 from annando/notice
[friendica.git] / src / Module / Owa.php
index 85530df6f96a16e07d1040de3827010cb9c53bd3..eaba8abd53025704c82cbe810bb94110e24a1b6a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, 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 function init()
+       protected function rawContent(array $request = [])
        {
-
                $ret = [ 'success' => false ];
 
                foreach (['REDIRECT_REMOTE_USER', 'HTTP_AUTHORIZATION'] as $head) {