X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fconfig-global.php;h=f76a0271519b9725400f0b85823062e41134d0b5;hb=1a7057ce618a5a030626257938d796fd4e8f256b;hp=9ffed08a5029186fad5be700f16825bf6a6773ed;hpb=40547996bdb16c5d2c507cb7111ae993a3fcebb9;p=mailer.git diff --git a/inc/config-global.php b/inc/config-global.php index 9ffed08a50..f76a027151 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 (This setting is overwritten by ext-other; at least version 0.2.6) +setConfigEntry('stats_enabled', 'N'); + +// GLOBAL: DEBUG-TEMPLATE-CACHE +setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N'); // Connect to the MySQL database... loadIncludeOnce('inc/mysql-connect.php'); -// +// Init stats system +initStatsSystem(); + +// [EOF] ?>