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
Maxime Besson
lemonldap-ng
Commits
01ba3b6e
Commit
01ba3b6e
authored
Jan 31, 2019
by
Yadd
Browse files
Fix handler namespace
parent
fd88d685
Changes
1
Show whitespace changes
Inline
Side-by-side
lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Init.pm
View file @
01ba3b6e
...
...
@@ -66,7 +66,7 @@ sub logLevelInit {
# adapt server signature
sub
serverSignatureInit
{
my
$class
=
shift
;
require
Lemonldap::NG::
Handler
;
require
Lemonldap::NG::Handler
::
Main
;
my
$version
=
$
Lemonldap::NG::Handler::
VERSION
;
$class
->
setServerSignature
("
Lemonldap::NG/
$version
");
}
...
...
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