Ajout du menu LL::NG en option par vhost

This commit is contained in:
Daniel Berteaud 2012-06-20 10:55:56 +02:00
parent 3c24161231
commit 23f05c5f20
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ if (($domain->prop('LemonLDAP') || 'disabled') eq 'enabled'){
" PerlHeaderParserHandler My::Package\n" .
" ErrorDocument 403 https://auth.$DomainName/?lmError=403\n" .
" ErrorDocument 500 https://auth.$DomainName/?lmError=500\n";
if (($domain->prop('LemonLDAPMenu') || 'disabled') eq 'enabled'){
$OUT .= " PerlOutputFilterHandler Lemonldap::NG::Handler::Menu\n";
}
}
}