X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig-global.php;h=e4ad94833692650e41b506abdc41d8bff93ee682;hb=668d3df20156d5dbd4f34342eeadcbd5d420a8f5;hp=a0a80c4478f692150e82d55b44bafe4460b71e19;hpb=5f41b2659b13540c656a63207aa8563e2897b1de;p=mailer.git diff --git a/inc/config-global.php b/inc/config-global.php index a0a80c4478..e4ad948336 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: MINIMUM-ADMIN-PASS-LENGTH +setConfigEntry('minium_admin_pass_length', 4); + +// Connect to the database... +loadIncludeOnce('inc/mysql-connect.php'); -// Connect to the MySQL database... -require(constant('PATH') . 'inc/mysql-connect.php'); +// Init stats system +initStatsSystem(); -// +// [EOF] ?>