mirror of
https://github.com/friendica/friendica
synced 2025-04-20 19:10:11 +00:00
Replace Module::init() with Constructors
This commit is contained in:
parent
de6bb280b1
commit
ce578a7745
33 changed files with 882 additions and 600 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