mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Fixes for user audit log and rolling log. Removed some debug information from logs. Corrected bounce-handler line-ending encoding (could cause the following PHP error "Error in argument 1, char 3: option not found ")
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
*/
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
define ('CRON_MAIL_DEBUG', TRUE);
|
||||
define ('CRON_RETRIGGER_DEBUG', TRUE);
|
||||
define ('CRON_MAIL_DEBUG', false);
|
||||
define ('CRON_RETRIGGER_DEBUG', false);
|
||||
|
||||
class _system_cron
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user