X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig-global.php;h=cc0f5b34969ff74947bd3c89252631c6a75050f5;hp=1a74f7970f3654b3e97e8c800312c310b1d22b4d;hb=99966a712b3b3d8b521524762e153353d1d20bd4;hpb=66b91ce490ab549425619c95fc12086e126d541b diff --git a/inc/config-global.php b/inc/config-global.php index 1a74f7970f..cc0f5b3496 100644 --- a/inc/config-global.php +++ b/inc/config-global.php @@ -1,7 +1,7 @@ 2009 - 2014 by Mailer Developer Team'); + +// CFG: CACHE-PATH +setConfigEntry('CACHE_PATH', 'inc/cache/'); + +// CFG: CACHE-EXTENSION +setConfigEntry('CACHE_EXTENSION', '.cache.php'); + +// CFG: INTERNAL-STATS (This setting is overwritten by ext-other equal and prior version 0.2.7) +setConfigEntry('internal_stats', 'N'); + +// CFG: DEBUG-TEMPLATE-CACHE +setConfigEntry('DEBUG_TEMPLATE_CACHE', 'Y'); + +// CFG: SALT-LENGTH +setConfigEntry('salt_length', 10); + +// CFG: MINIMUM-ADMIN-PASS-LENGTH +setConfigEntry('minium_admin_pass_length', 4); + +// Remove maybe conflicting variables +unset($url); +unset($path); + +// Connect to the database... +loadIncludeOnce('inc/mysql-connect.php'); + +// Init stats system +initStatsSystem(); -// +// [EOF] ?>