mirror of
https://github.com/friendica/friendica
synced 2025-04-19 11:10:10 +00:00
Revert "Replace Module::init() with Constructors"
This commit is contained in:
parent
0b6e0566d7
commit
89d6c89b67
43 changed files with 921 additions and 1225 deletions
|
@ -44,8 +44,9 @@ use Friendica\Util\Strings;
|
|||
*/
|
||||
class Owa extends BaseModule
|
||||
{
|
||||
public function rawContent()
|
||||
public function init()
|
||||
{
|
||||
|
||||
$ret = [ 'success' => false ];
|
||||
|
||||
foreach (['REDIRECT_REMOTE_USER', 'HTTP_AUTHORIZATION'] as $head) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue