X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig-local.php.dist;h=87a2e3024c5847b6833a62960c798730eb0e8a17;hb=1724b6287d9be24e9267fd66b30d0204badec288;hp=79325e993ab69c4b10d64a60660b2b009ecf1bca;hpb=d9ea2987f84be54851fb813703513bcb9b1cb940;p=mailer.git diff --git a/inc/config-local.php.dist b/inc/config-local.php.dist index 79325e993a..87a2e3024c 100644 --- a/inc/config-local.php.dist +++ b/inc/config-local.php.dist @@ -14,11 +14,10 @@ * $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 * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -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'); @@ -102,6 +101,12 @@ setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N'); // 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'); + // Your MySQL data (we don't like M$ SQL ;-) ) $GLOBALS['mysql'] = array( // CFG: MYSQL-HOST @@ -117,12 +122,13 @@ $GLOBALS['mysql'] = array( // SMTP-Subsystem (keep all empty to use legacy mail() command!) // CFG: SMTP-HOSTNAME setConfigEntry('SMTP_HOSTNAME', ''); + // CFG: SMTP-USER setConfigEntry('SMTP_USER' , ''); + // CFG: SMTP-PASSWORD setConfigEntry('SMTP_PASSWORD', ''); -// @TODO Rewrite the following three constants, somehow... // CFG: MAIN-TITLE setConfigEntry('MAIN_TITLE', 'Your mail-exchanger title');