X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig-global.php;h=5c7110578e241ebc638aeb25186304574552e6e3;hb=b5f0a54eacb6a7208c3e5e4146f1c3396ec4ba3f;hp=cc8d5e111052a20622e12a1492b1fa392d70e724;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;p=mailer.git diff --git a/inc/config-global.php b/inc/config-global.php index cc8d5e1110..5c7110578e 100644 --- a/inc/config-global.php +++ b/inc/config-global.php @@ -1,7 +1,7 @@ 2009, 2010 by Mailer Developer Team'); // CFG: CACHE-PATH setConfigEntry('CACHE_PATH', getConfig('PATH') . 'inc/cache/'); -// CFG: STATS-ENABLED (performance impact, we use files now) -setConfigEntry('STATS_ENABLED', 'N'); +// CFG: STATS-ENABLED (temporary tables, if your database crashs all is gone) +setConfigEntry('STATS_ENABLED', 'Y'); + +// GLOBAL: DEBUG-TEMPLATE-CACHE +setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N'); // Connect to the MySQL database... loadIncludeOnce('inc/mysql-connect.php');