X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig-global.php;h=37b8adebacb918b0023de21a4a9ceab8f0169e5a;hp=fe2f7c20902d1459f499c8fcc57f4b250621f4d6;hb=da5c63bacddced77a951cbe7b223f314885a6c87;hpb=aa3fab7d645750a51c98f9545b5228c8e724d02e diff --git a/inc/config-global.php b/inc/config-global.php index fe2f7c2090..37b8adebac 100644 --- a/inc/config-global.php +++ b/inc/config-global.php @@ -1,7 +1,7 @@ 2009 - 2013 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: STATS-ENABLED (temporary tables, if your database crashs all is gone) -setConfigEntry('STATS_ENABLED', 'Y'); +// CFG: MINIMUM-ADMIN-PASS-LENGTH +setConfigEntry('minium_admin_pass_length', 4); -// GLOBAL: DEBUG-TEMPLATE-CACHE -setConfigEntry('DEBUG_TEMPLATE_CACHE', '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