Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GIP RENATER
switch-wayf
Commits
245c7472
Commit
245c7472
authored
Jan 04, 2012
by
haemmer
Browse files
Renamed function
parent
79e889bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
WAYF
View file @
245c7472
...
@@ -315,7 +315,7 @@ if ($hintedPathIDP != '-'){
...
@@ -315,7 +315,7 @@ if ($hintedPathIDP != '-'){
redirectTo
(
$IDProviders
[
$hintedPathIDP
][
'SSO'
]
.
'?'
.
$_SERVER
[
'QUERY_STRING'
]);
redirectTo
(
$IDProviders
[
$hintedPathIDP
][
'SSO'
]
.
'?'
.
$_SERVER
[
'QUERY_STRING'
]);
exit
;
exit
;
}
elseif
(
check
PathInfo
(
'redirect'
)
){
}
elseif
(
isPartOf
PathInfo
(
'redirect'
)
){
// Set redirect cookie for this session
// Set redirect cookie for this session
setcookie
(
$redirectCookieName
,
$hintedPathIDP
,
null
,
'/'
,
$commonDomain
,
$cookieSecurity
,
$cookieSecurity
);
setcookie
(
$redirectCookieName
,
$hintedPathIDP
,
null
,
'/'
,
$commonDomain
,
$cookieSecurity
,
$cookieSecurity
);
...
...
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