Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vincent Mazenod
lemonldap-ng
Commits
9d245fe8
Commit
9d245fe8
authored
Sep 27, 2019
by
Christophe Maudoux
Browse files
Fix namespace (#1954)
parent
1d0a79ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Lib/ZimbraPreAuth.pm
View file @
9d245fe8
...
...
@@ -57,9 +57,8 @@ sub run {
$zimbraBy
,
$timeout
);
# Header location
Lemonldap::NG::Handler::
API
->
set_header_out
(
'
Location
'
=>
$zimbra_url
);
$class
->
set_header_out
(
$req
,
'
Location
'
=>
$zimbra_url
);
# Return $class->REDIRECT
return
$class
->
REDIRECT
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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