X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fconfig-global.php;h=88b1ea574111ce3891342fb2458f851c3f79ff5b;hb=840659bfdfe0d0cf891135382818cdc134bf6f2e;hp=cc8d5e111052a20622e12a1492b1fa392d70e724;hpb=1ebf518b9552f71ee95de6f4b80e6de3a27716d1;p=mailer.git diff --git a/inc/config-global.php b/inc/config-global.php index cc8d5e1110..88b1ea5741 100644 --- a/inc/config-global.php +++ b/inc/config-global.php @@ -1,7 +1,7 @@ 2009 - 2011 by Mailer Developer Team'); + +// CFG: CACHE_PATH +setConfigEntry('CACHE_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'); + +// CFG: SALT-LENGTH +setConfigEntry('salt_length', 10); -// CFG: CACHE-PATH -setConfigEntry('CACHE_PATH', getConfig('PATH') . 'inc/cache/'); +// 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