1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Issue #1378 - OpenID login failure.

This commit is contained in:
Cameron
2016-02-28 12:38:45 -08:00
parent d9bf93f115
commit 2ea8191187

View File

@@ -3225,7 +3225,7 @@ class e107
exit(); exit();
} }
if(($key == "QUERY_STRING") && empty($_GET['hauth.done']) && ( // exception for hybridAuth. if(($key == "QUERY_STRING") && empty($_GET['hauth_done']) && ( // exception for hybridAuth.
strpos(strtolower($input),"=http")!==FALSE strpos(strtolower($input),"=http")!==FALSE
|| strpos(strtolower($input),strtolower("http%3A%2F%2F"))!==FALSE || strpos(strtolower($input),strtolower("http%3A%2F%2F"))!==FALSE
)) ))