Bug fixes after refactoring in v1.25, maskerading usernames/passwords in logging (v1.26)

This commit is contained in:
Mark Oudsen 2021-03-19 12:22:01 +01:00
parent 398637e582
commit 9052b71562

View File

@ -62,7 +62,7 @@
// DEBUG SETTINGS
// -- Should be FALSE for production level use
$cDebug = TRUE; // Extended debug logging mode
$cDebug = FALSE; // Extended debug logging mode
$cDebugMail = FALSE; // If TRUE, includes log in the mail message (html and plain text attachments)
$showLog = FALSE; // Display the log - !!! only use in combination with CLI mode !!!