Some cleanups/improvements
[mailer.git] / inc / config-local.php.dist
index d98b9dc8a572181bb7a939f6d920f50de7d919a5..bed4e0e40494ba863a054babd52ac4abfe6bafd2 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -63,7 +63,7 @@ setConfigEntry('WRITE_FOOTER', 'Y');
 setConfigEntry('OUTPUT_MODE', 'render');
 
 // CFG: INSTALLED
-setConfigEntry('MXCHANGE_INSTALLED', 'N');
+setConfigEntry('MAILER_INSTALLED', 'N');
 
 // CFG: ADMIN-SETUP
 setConfigEntry('ADMIN_REGISTERED', 'N');
@@ -89,8 +89,11 @@ setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N');
 // CFG: DEBUG-SQL (Logs all queries to inc/cache/mysql.log)
 //setConfigEntry('DEBUG_SQL', 'Y');
 
-// CFG: DEBUG-RESET (comment in to test daily reset, comment out to not test)
-//setConfigEntry('DEBUG_RESET', 'Y');
+// CFG: DEBUG-HOURLY (comment in to test hourly reset, comment out to not test)
+//setConfigEntry('DEBUG_HOURLY', 'Y');
+
+// CFG: DEBUG-DAILY (comment in to test daily reset, comment out to not test)
+//setConfigEntry('DEBUG_DAILY', 'Y');
 
 // CFG: DEBUG-WEEKLY (comment in to test weekly reset, comment out to not test)
 //setConfigEntry('DEBUG_WEEKLY', 'Y');
@@ -98,9 +101,15 @@ setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N');
 // CFG: DEBUG-MONTHLY (comment in to test monthly reset, comment out to not test)
 //setConfigEntry('DEBUG_MONTHLY', 'Y');
 
+// CFG: DEBUG-YEARLY (comment in to test yearly reset, comment out to not test)
+//setConfigEntry('DEBUG_YEARLY', 'Y');
+
 // CFG: DEBUG-REGEX (comment in to debug regular expressions)
 //setConfigEntry('DEBUG_REGEX', 'Y');
 
+// CFG: DEBUG-BUILD-MAILS
+//setConfigEntry('DEBUG_BUILD_MAILS', 'Y');
+
 // CFG: ALLOW-TESTER-ACCOUNTS (comment in to allow tester accounts being re-included)
 //setConfigEntry('ALLOW_TESTER_ACCOUNTS', 'Y');