X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig-global.php;h=ed79da2d75ab992de91f81f3382e01a9f371fb45;hb=45799353e6886efecaa6fe169848321a81a08c6e;hp=6b193f4b47126dd03719a9ae36f38b7b05e0a47e;hpb=26ea563a90454a2cde58f8cd134542a0d8f14780;p=mailer.git diff --git a/inc/config-global.php b/inc/config-global.php index 6b193f4b47..ed79da2d75 100644 --- a/inc/config-global.php +++ b/inc/config-global.php @@ -1,7 +1,7 @@ 2009 - 2012 by Mailer Developer Team'); // CFG: CACHE-PATH -setConfigEntry('CACHE_PATH', getConfig('PATH') . 'inc/cache/'); +setConfigEntry('CACHE_PATH', 'inc/cache/'); + +// 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 (temporary tables, if your database crashs all is gone) -setConfigEntry('STATS_ENABLED', 'Y'); +// 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