Commit c3665962 authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #3447 Debug is back

Showing with 1 addition and 0 deletions
+1 -0
......@@ -344,6 +344,7 @@ if (($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['login'])) || $htacces
/* Not account expired or password forced change go to main page */
new log("security", "login", "", array(), "User \"$username\" logged in successfully");
session::global_set('connected', 1);
session::global_set('DEBUGLEVEL', $config->get_cfg_value('DEBUGLEVEL'));
$config->checkLdapConfig(); // check that newly installed plugins have their configuration in the LDAP
header ("Location: main.php?global_check=1");
exit;
......
  • bmortier @bmortier

    mentioned in issue #1148

    By Côme Chilliet on 2017-09-02T15:14:43 (imported from GitLab)

    ·

    mentioned in issue #1148

    By Côme Chilliet on 2017-09-02T15:14:43 (imported from GitLab)

    Toggle commit list
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