X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig-global.php;h=dc5edaaacb5f98831bc7991d2486b5ac0acf1204;hp=1a74f7970f3654b3e97e8c800312c310b1d22b4d;hb=cf3765c38cf0a76f396aca291f71858936e92956;hpb=66b91ce490ab549425619c95fc12086e126d541b diff --git a/inc/config-global.php b/inc/config-global.php index 1a74f7970f..dc5edaaacb 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... +loadIncludeOnce('inc/mysql-connect.php'); + +// Init stats system +initStatsSystem(); -// +// [EOF] ?>