1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Updated Hybridauth from v2.9.6 to v3.1.1

This commit is contained in:
Nick Liu
2020-02-14 12:25:15 +01:00
parent adcd3734d1
commit 46c75ae4d0
276 changed files with 11968 additions and 27034 deletions

View File

@@ -143,22 +143,4 @@ class core_system_xup_controller extends eController
*/
}
public function actionEndpoint()
{
require_once( e_HANDLER."hybridauth/Hybrid/Auth.php" );
require_once( e_HANDLER."hybridauth/Hybrid/Endpoint.php" );
require_once( e_HANDLER."hybridauth/vendor/autoload.php");
try
{
Hybrid_Endpoint::process();
}
catch (Exception $e)
{
e107::getMessage()->addError('['.$e->getCode().']'.$e->getMessage(), 'default', true);
$session = e107::getSession();
$session->set('HAuthError', true);
}
}
}