Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
e83fd57f
Commit
e83fd57f
authored
Mar 06, 2017
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo (see #1185)
parent
8497574a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fastcgi-server/sbin/llng-fastcgi-server
fastcgi-server/sbin/llng-fastcgi-server
+1
-1
No files found.
fastcgi-server/sbin/llng-fastcgi-server
View file @
e83fd57f
...
...
@@ -133,7 +133,7 @@ package Lemonldap::NG::Handler::FastCGI::Loader;
#
Load
configuration
and
look
if
custom
handlers
have
been
defined
sub
loadCustomHandlers
{
my
(
$
obj
,
$
conf
)
=
@
_
;
foreach
my
$
lltype
(
keys
%{
$
conf
->{
nginxCustomHandlers
}
//
{}
}
)
{
foreach
my
$
lltype
(
keys
%{
$
conf
->{
nginxCustomHandlers
}
||
{}
}
)
{
my
$
v
=
$
conf
->{
nginxCustomHandlers
}->{$
lltype
};
if
(
$
v
=~
m
#[/\\\.]#
)
{
eval
{
require
$
v
;
};
...
...
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