Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GIP RENATER
switch-wayf
Commits
d7a065fa
Commit
d7a065fa
authored
Nov 08, 2010
by
haemmer
Browse files
Added a check in isVerifiedReturnURL
parent
c96af4b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
functions.php
View file @
d7a065fa
...
...
@@ -415,9 +415,9 @@ function isVerifiedReturnURL($entityID, $returnURL) {
return
true
;
}
if
(
$useACURLsForReturnParamCheck
){
if
(
$useACURLsForReturnParamCheck
&&
isset
(
$SProviders
[
$entityID
][
'ACURL'
])
){
$returnURLHostName
=
getHostNameFromURI
(
$returnURL
);
foreach
(
$SProviders
[
$entityID
][
'
DS
URL'
]
as
$ACURL
){
foreach
(
$SProviders
[
$entityID
][
'
AC
URL'
]
as
$ACURL
){
if
(
getHostNameFromURI
(
$ACURL
)
==
$returnURLHostName
){
return
true
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment