mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 12:34:27 +02:00
Remove references to library/openid
This commit is contained in:
parent
30c5916def
commit
236616995b
4 changed files with 1 additions and 5 deletions
|
@ -68,7 +68,6 @@ class Login extends BaseModule
|
|||
|
||||
// Otherwise it's probably an openid.
|
||||
try {
|
||||
require_once 'library/openid.php';
|
||||
$openid = new \LightOpenID;
|
||||
$openid->identity = $openid_url;
|
||||
$_SESSION['openid'] = $openid_url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue