X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig-local.php.dist;h=db93a59ca4ccdd9a88907dfb15913fc954360b10;hp=5b4f26f088fb5fcb598ffd773ab0c486543a5045;hb=b6c301dece2d7a3375321d4f3c0498ceaeb5a2a6;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa diff --git a/inc/config-local.php.dist b/inc/config-local.php.dist index 5b4f26f088..db93a59ca4 100644 --- a/inc/config-local.php.dist +++ b/inc/config-local.php.dist @@ -14,11 +14,9 @@ * $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 * + * 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 * @@ -50,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');