]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-global.php
Title rows added to several table, naming convention applied:
[mailer.git] / inc / config-global.php
index afe85d4ceccca7e52d1144b7c8263b610c129dbb..e4ad94833692650e41b506abdc41d8bff93ee682 100644 (file)
@@ -60,7 +60,7 @@ error_reporting(E_ALL | E_STRICT);
 $PATH = str_replace("\\", '/', substr(dirname(__FILE__), 0, -3));
 
 // Some very important function includes
-foreach (array('config','wrapper','template','module','inc','stats') as $inc) {
+foreach (array('config','wrapper','template','module','inc','stats','http') as $inc) {
        include($PATH . 'inc/' . $inc . '-functions.php');
 } // END - foreach
 
@@ -107,6 +107,9 @@ 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');