From 9052b7156212d38960f53f7c27c57446012a9e87 Mon Sep 17 00:00:00 2001 From: Mark Oudsen Date: Fri, 19 Mar 2021 12:22:01 +0100 Subject: [PATCH] Bug fixes after refactoring in v1.25, maskerading usernames/passwords in logging (v1.26) --- mailGraph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailGraph.php b/mailGraph.php index 1fbfb7e..9e242fd 100644 --- a/mailGraph.php +++ b/mailGraph.php @@ -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 !!!