X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig-global.php;h=08efc24050ede7470e8ebea99d3fe578de8fc872;hb=b2f01829418c02c494de491ac098c2dd66a94a39;hp=a0a80c4478f692150e82d55b44bafe4460b71e19;hpb=5f41b2659b13540c656a63207aa8563e2897b1de;p=mailer.git diff --git a/inc/config-global.php b/inc/config-global.php index a0a80c4478..08efc24050 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... -require(constant('PATH') . 'inc/mysql-connect.php'); +loadIncludeOnce('inc/mysql-connect.php'); + +// Init stats system +initStatsSystem(); -// +// [EOF] ?>