mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:50:12 +00:00
some openid fixes, use identity url from openid server and normalise it.
This commit is contained in:
parent
2349852b4a
commit
139a86dbd3
4 changed files with 15 additions and 3 deletions
|
@ -1355,3 +1355,6 @@ function file_tag_unsave_file($uid,$item,$file) {
|
|||
return true;
|
||||
}
|
||||
|
||||
function normalise_openid($s) {
|
||||
return trim(str_replace(array('http://','https://'),array('',''),$s),'/');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue