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
Maxime Besson
lemonldap-ng
Commits
d5879545
Commit
d5879545
authored
Mar 30, 2016
by
Yadd
Browse files
New portal in progress... (
#595
)
parent
a13e8870
Changes
2
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm
0 → 100644
View file @
d5879545
package
Lemonldap::NG::Portal::Main::
Request
;
use
strict
;
use
Mouse
;
extends
'
Lemonldap::NG::Common::PSGI::Request
';
1
;
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm
View file @
d5879545
...
...
@@ -10,6 +10,7 @@ package Lemonldap::NG::Portal::Main::Run;
use
strict
;
use
Mouse
;
use
Lemonldap::NG::Portal::Main::
Request
;
our
$VERSION
=
'
2.0.0
';
...
...
@@ -18,7 +19,7 @@ sub handler {
unless
(
$self
->
conf
->
{
cfgNum
}
and
$self
->
conf
->
{
cfgNum
}
eq
HANDLER
->
lmConf
->
{
cfgNum
}
)
{
$self
->
reloadConf
()
}
bless
$req
,
Lemonldap::NG::Portal::Main::
Request
;
bless
$req
,
'
Lemonldap::NG::Portal::Main::Request
'
;
return
$self
->
SUPER::
handler
(
$req
);
}
...
...
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