]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-local.php.dist
Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / inc / config-local.php.dist
index 79325e993ab69c4b10d64a60660b2b009ecf1bca..6b5ff15066504c8229b358e9cd888084ecd42afa 100644 (file)
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -49,7 +48,7 @@ if (!defined('__SECURITY')) {
 setConfigEntry('SITE_KEY', '');
 
 // CFG: DATE-KEY
-setConfigEntry('DATE_KEY', date('d-m-Y (l-F-T)', time()));
+setConfigEntry('DATE_KEY', generateDateTime(time(), '5'));
 
 // CFG: DEFAULT-LANGUAGE
 setConfigEntry('DEFAULT_LANG', 'de');
@@ -82,7 +81,7 @@ setConfigEntry('_DB_TYPE', 'mysql3');
 setConfigEntry('ENABLE_BACKLINK', 'Y');
 
 // CFG: DEBUG-MODE (if enabled all mails will be *displayed* and *not* send!)
-setConfigEntry('DEBUG_MODE', 'Y');
+setConfigEntry('DEBUG_MODE', 'N');
 
 // CFG: DEBUG-TEMPLATE-CACHE
 setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N');