]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-global.php
Better here
[mailer.git] / inc / config-global.php
index 9eba061612f226ca989476bcb4657c7876d1a724..038d1dec8b60a7349dd748f448cee60f4749fd88 100644 (file)
@@ -98,11 +98,11 @@ setConfigEntry('COPY', 'Copyright &copy; 2003 - 2009, by Roland H&auml;der,<br /
 // CFG: CACHE_PATH
 setConfigEntry('CACHE_PATH', 'inc/cache/');
 
-// CFG: STATS-ENABLED (This setting is overwritten by ext-other; at least version 0.2.6)
-setConfigEntry('stats_enabled', 'N');
+// CFG: INTERNAL-STATS (This setting is overwritten by ext-other equal and prior version 0.2.7)
+setConfigEntry('internal_stats', 'N');
 
-// GLOBAL: DEBUG-TEMPLATE-CACHE
-setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N');
+// CFG: DEBUG-TEMPLATE-CACHE
+setConfigEntry('DEBUG_TEMPLATE_CACHE', 'Y');
 
 // CFG: SALT-LENGTH
 setConfigEntry('salt_length', 10);