mirror of
https://github.com/friendica/friendica
synced 2025-04-20 17:10:10 +00:00
port hubzillas OpenWebAuth - rename some methods and classes
This commit is contained in:
parent
b65e4b278b
commit
f0235c4a98
6 changed files with 9 additions and 12 deletions
|
@ -9,7 +9,7 @@ use Friendica\Core\System;
|
|||
use Friendica\Database\DBM;
|
||||
use Friendica\Model\Contact;
|
||||
use Friendica\Model\Verify;
|
||||
use Friendica\Util\HTTPSig;
|
||||
use Friendica\Util\HTTPSignature;
|
||||
|
||||
use dba;
|
||||
|
||||
|
@ -39,7 +39,7 @@ class Owa extends BaseModule
|
|||
continue;
|
||||
}
|
||||
|
||||
$sigblock = HTTPSig::parseSigheader($_SERVER[$head]);
|
||||
$sigblock = HTTPSignature::parseSigheader($_SERVER[$head]);
|
||||
if ($sigblock) {
|
||||
$keyId = $sigblock['keyId'];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue