X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=b01adc681041776405c917b509eb36a36a87be96;hp=4f90620e1ac09472b7664d0907cc0a3773a5718c;hb=c1eab06914febad40fbb456d030a9101d6854a28;hpb=831c60d4cec333ea95e0ce23d9e53fd5d8133ce6 diff --git a/inc/config.php b/inc/config.php index 4f90620e1a..b01adc6810 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", ); @@ -138,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', "");