X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig.php;h=897b03aa862db2b203a9effa43cae9dddc7173b3;hb=62c27b6be1b4edfe53d60b54c06621dbc7b30686;hp=0d02f7041c7426417c2042982e076b3d6d50b906;hpb=c8b873767ffb97349c8a9f5b114cadbc2b747574;p=mailer.git diff --git a/inc/config.php b/inc/config.php index 0d02f7041c..897b03aa86 100644 --- a/inc/config.php +++ b/inc/config.php @@ -34,7 +34,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4)."/security.php"; require($INC); } @@ -58,7 +58,7 @@ define('COPY', "© 2003 - 2008, by "localhost", // CFG: MYSQL-DBASE - 'dbase' => "mxchange3", + 'dbase' => "db", // CFG: MYSQL-LOGIN - 'login' => "root", + 'login' => "user", // CFG: MYSQL-PASSWORD - 'password' => "Y4g31N6", + 'password' => "pass", ); // CFG: MYSQL-PREIFX @@ -136,7 +139,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', "");