X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig-global.php;h=425f89082e5168d84e4f83ea7be41bb0614ac336;hb=b4df691a2d9cabc94a6def5bd1ee3d4945d5efd4;hp=fe2f7c20902d1459f499c8fcc57f4b250621f4d6;hpb=aa3fab7d645750a51c98f9545b5228c8e724d02e;p=mailer.git diff --git a/inc/config-global.php b/inc/config-global.php index fe2f7c2090..425f89082e 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', getConfig('PATH') . 'inc/cache/'); +// CFG: CACHE_PATH +setConfigEntry('CACHE_PATH', 'inc/cache/'); -// CFG: STATS-ENABLED (temporary tables, if your database crashs all is gone) -setConfigEntry('STATS_ENABLED', 'Y'); +// 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'); -// Connect to the MySQL database... +// CFG: SALT-LENGTH +setConfigEntry('salt_length', 10); + +// CFG: MINIMUM-ADMIN-PASS-LENGTH +setConfigEntry('minium_admin_pass_length', 4); + +// Remove maybe conflicting variables +unset($url); +unset($path); + +// Connect to the database... loadIncludeOnce('inc/mysql-connect.php'); // Init stats system