1
0
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:
Cameron
2015-05-21 12:37:44 -07:00
parent 97ac03e9aa
commit e28997f420
6 changed files with 969 additions and 951 deletions

View File

@@ -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
{