X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig-global.php;h=60e9a8b5cc9f00670887e1f837472896361901d8;hp=6b193f4b47126dd03719a9ae36f38b7b05e0a47e;hb=51987bfef4e13f3a35643d1bf80a1a1d7e6aee0a;hpb=26ea563a90454a2cde58f8cd134542a0d8f14780 diff --git a/inc/config-global.php b/inc/config-global.php index 6b193f4b47..60e9a8b5cc 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 (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