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