Commit 9d346652 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch...

Merge branch '5726-log-to-fd-behind-an-lemonldap-ng-portal-show-debug-log-instead-of-main-page' into '1.3-dev'

Resolve "Log to fd behind an lemonldap::ng portal show debug log instead of main page"

See merge request !66
Showing with 4 additions and 1 deletion
+4 -1
......@@ -191,7 +191,10 @@ if (isset($_POST['server'])) {
}
$config->set_current($server);
if (($config->get_cfg_value('casActivated') == 'TRUE') || ($config->get_cfg_value('httpAuthActivated') == 'TRUE')) {
if (
($config->get_cfg_value('casActivated') == 'TRUE') ||
($config->get_cfg_value('httpAuthActivated') == 'TRUE') ||
($config->get_cfg_value('httpHeaderAuthActivated') == 'TRUE')) {
session::global_set('DEBUGLEVEL', 0);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment