]> git.mxchange.org Git - mailer.git/blobdiff - inc/config.php
Refback will be payed now (user cannot setup currently)
[mailer.git] / inc / config.php
index 8c7af1fbfba12fe745e39cbb5fa2a7247dce962d..4f90620e1ac09472b7664d0907cc0a3773a5718c 100644 (file)
@@ -32,8 +32,7 @@
  ************************************************************************/
 
 // Some security stuff...
-if (!defined('__SECURITY'))
-{
+if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
@@ -107,6 +106,9 @@ define('admin_registered', false);
 // CFG: DEBUG-MODE (if enabled all mails will be *displayed* and *not* send!)
 define('DEBUG_MODE', false);
 
+// CFG: DEBUG-MAIL (turn this on if you need to debug mails, only affects if DEBUG_MODE is true)
+//define('DEBUG_MAIL', true);
+
 // When we are not installing
 if (!defined('mxchange_installing')) define('mxchange_installing', false);
 
@@ -115,9 +117,9 @@ $MySQL = array(
        // CFG: MYSQL-HOST
        'host'     => "localhost",
        // CFG: MYSQL-DBASE
-       'dbase'    => "db",
+       'dbase'    => "database",
        // CFG: MYSQL-LOGIN
-       'login'    => "user",
+       'login'    => "login",
        // CFG: MYSQL-PASSWORD
        'password' => "pass",
 );
@@ -136,7 +138,7 @@ define('LEAD_EXPIRY_TIME' , (30*24*60*60)); // == 30 days
 // CFG: SMTP-HOSTNAME
 define('SMTP_HOSTNAME', "");
 // CFG: SMTP-USER
-define('SMTP_USER'    , "");
+define('SMTP_USER', "");
 // CFG: SMTP-PASSWORD
 define('SMTP_PASSWORD', "");