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
fusiondirectory
fusiondirectory
Commits
c3665962
Commit
c3665962
authored
Nov 17, 2014
by
Côme Bernigaud
Committed by
Benoit Mortier
Nov 17, 2014
Browse files
Fixes #3447 Debug is back
parent
b4cc8781
Changes
1
Show whitespace changes
Inline
Side-by-side
html/index.php
View file @
c3665962
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
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