mirror of
https://github.com/friendica/friendica
synced 2025-05-01 03:44:23 +02:00
Issue-#3873
Replace deprecated functions with new syntax.
This commit is contained in:
parent
c847a2f9cc
commit
acb4630eed
124 changed files with 819 additions and 679 deletions
|
@ -1,13 +1,14 @@
|
|||
<?php
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\System;
|
||||
|
||||
require_once('library/openid.php');
|
||||
|
||||
function openid_content(App $a) {
|
||||
|
||||
$noid = get_config('system','no_openid');
|
||||
$noid = Config::get('system','no_openid');
|
||||
if($noid)
|
||||
goaway(System::baseUrl());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue