X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fconfig.php;h=644925084c15df31741f7d77b89068b68cd9c988;hb=769d7314f3dd962b40373d0e5fa67f0815d698c9;hp=08df3c6eff4c7819df66338e25bad8a1b425b0a0;hpb=9ebbb5d10817b978a59bdb009b3f41b40fdb3c6c;p=mailer.git diff --git a/inc/config.php b/inc/config.php index 08df3c6eff..644925084c 100644 --- a/inc/config.php +++ b/inc/config.php @@ -32,8 +32,9 @@ ************************************************************************/ // Some security stuff... -if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; +if (!defined('__SECURITY')) +{ + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4)."/security.php"; require($INC); } @@ -57,7 +58,7 @@ define('COPY', "© 2003 - 2008, by "localhost", // CFG: MYSQL-DBASE - 'dbase' => "database", + 'dbase' => "db", // CFG: MYSQL-LOGIN - 'login' => "login", + 'login' => "user", // CFG: MYSQL-PASSWORD 'password' => "pass", ); @@ -135,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', "");