X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig-local.php.dist;h=67c790a71881d1b91420ef08aec918cd8a8f5e4f;hp=5b4f26f088fb5fcb598ffd773ab0c486543a5045;hb=0dd76819236495cb7cfe97d8152700b895261eea;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa diff --git a/inc/config-local.php.dist b/inc/config-local.php.dist index 5b4f26f088..67c790a718 100644 --- a/inc/config-local.php.dist +++ b/inc/config-local.php.dist @@ -10,16 +10,9 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Lokale Konfiguration * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $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, 2010 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * 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 * * it under the terms of the GNU General Public License as published by * @@ -50,7 +43,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'); @@ -65,7 +58,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'); @@ -77,13 +70,13 @@ setConfigEntry('_MYSQL_PREFIX', 'mxchange'); setConfigEntry('_TABLE_TYPE', 'MyISAM'); // CFG: DATABASE-TYPE -setConfigEntry('_DB_TYPE', 'mysql3'); +setConfigEntry('_DB_TYPE', 'mysql'); // CFG: BACKLINK (Enable backlink to mxchange.org in footer? rel=external is set!) 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'); @@ -91,8 +84,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'); @@ -100,9 +96,18 @@ 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'); + // Your MySQL data (we don't like M$ SQL ;-) ) $GLOBALS['mysql'] = array( // CFG: MYSQL-HOST @@ -118,12 +123,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');