X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig-global.php;h=8a2f4b38f06c6a7b3933827e7be365e42e2447d9;hb=8a1b11817a0e43bb2d674f88088957a1e2eaa0d0;hp=de3c4ac3c3b7cd7bdfd50394285300bb7cd329a0;hpb=fe559c0f67e986c113f5b465e767e11a6588734d;p=mailer.git diff --git a/inc/config-global.php b/inc/config-global.php index de3c4ac3c3..8a2f4b38f0 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] ?>