X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig-global.php;h=e34c4cfb9d33f5d6c2574199d5a3d3af6e115590;hp=cc8d5e111052a20622e12a1492b1fa392d70e724;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e diff --git a/inc/config-global.php b/inc/config-global.php index cc8d5e1110..e34c4cfb9d 100644 --- a/inc/config-global.php +++ b/inc/config-global.php @@ -1,7 +1,7 @@ 2009 - 2015 by Mailer Developer Team'); // CFG: CACHE-PATH -setConfigEntry('CACHE_PATH', getConfig('PATH') . 'inc/cache/'); +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); -// CFG: STATS-ENABLED (performance impact, we use files now) -setConfigEntry('STATS_ENABLED', 'N'); +// Remove maybe conflicting variables +unset($url); +unset($path); -// Connect to the MySQL database... +// Connect to the database... loadIncludeOnce('inc/mysql-connect.php'); // Init stats system