mirror of
https://github.com/friendica/friendica
synced 2025-04-19 11:10:10 +00:00
Revert "Revert "Replace Module::init() with Constructors""
This reverts commit 89d6c89b67
.
This commit is contained in:
parent
942001b04d
commit
645e4edc63
43 changed files with 1226 additions and 922 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue