]> git.mxchange.org Git - mailer.git/blobdiff - inc/config.php
Fix for red page blocking all access
[mailer.git] / inc / config.php
index 8c7af1fbfba12fe745e39cbb5fa2a7247dce962d..08df3c6eff4c7819df66338e25bad8a1b425b0a0 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);
 }
@@ -115,9 +114,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 +135,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', "");