X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig.php;h=644925084c15df31741f7d77b89068b68cd9c988;hb=9709e0653e1a90fd65e6308b97a6fabb586a32a1;hp=35bf5268b11aba4fd68621920ea666ecf6fbcb30;hpb=2865a2ba42f7be1851708e33a4f3325ecbff0dd1;p=mailer.git diff --git a/inc/config.php b/inc/config.php index 35bf5268b1..644925084c 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 +151,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', "");