X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fconfig-global.php;h=9880b8f9a83e57630a7fd5fa78c50b33d898e9af;hb=e9da1508b2a3ccbf63adc999981674740a47e074;hp=ed79da2d75ab992de91f81f3382e01a9f371fb45;hpb=4f7df133f736da124e6f7bd02008b9093f736451;p=mailer.git diff --git a/inc/config-global.php b/inc/config-global.php index ed79da2d75..9880b8f9a8 100644 --- a/inc/config-global.php +++ b/inc/config-global.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Globale Konfiguration * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2015 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -102,11 +97,14 @@ setConfigEntry('AUTHOR' , 'Roland Häder'); setConfigEntry('TITLE', 'Mailer-Project'); // CFG: COPY -setConfigEntry('COPY', 'Copyright © 2003 - 2009, by Roland Häder,
2009 - 2012 by Mailer Developer Team'); +setConfigEntry('COPY', 'Copyright © 2003 - 2009, by Roland Häder,
2009 - 2015 by Mailer Developer Team'); // CFG: CACHE-PATH setConfigEntry('CACHE_PATH', 'inc/cache/'); +// CFG: CACHE-EXTENSION +setConfigEntry('CACHE_EXTENSION', '.cache.php'); + // CFG: INTERNAL-STATS (This setting is overwritten by ext-other equal and prior version 0.2.7) setConfigEntry('internal_stats', 'N');