X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig.php;h=644925084c15df31741f7d77b89068b68cd9c988;hb=aa106991e88b0dab33bf2a2d2409638e26a4c656;hp=ca19c3221b2ee1ff536c745a72d95ec7bde86d41;hpb=f39d194d84f501587ceb4af2b3965ea0bb051955;p=mailer.git diff --git a/inc/config.php b/inc/config.php index ca19c3221b..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' => "database", + 'dbase' => "db", // CFG: MYSQL-LOGIN - 'login' => "login", + 'login' => "user", // CFG: MYSQL-PASSWORD 'password' => "pass", ); @@ -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', "");