X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig.php;h=08df3c6eff4c7819df66338e25bad8a1b425b0a0;hb=49f1879ae5ed8d46035bbb1ddf84c4207bfaacb0;hp=97a49d396e1bb6536232dba013bb55732ebc1a58;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git diff --git a/inc/config.php b/inc/config.php index 97a49d396e..08df3c6eff 100644 --- a/inc/config.php +++ b/inc/config.php @@ -32,8 +32,7 @@ ************************************************************************/ // Some security stuff... -if (!defined('__SECURITY')) -{ +if (!defined('__SECURITY')) { $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; require($INC); } @@ -58,7 +57,7 @@ define('COPY', "© 2003 - 2008, by "localhost", // CFG: MYSQL-DBASE - 'dbase' => "db", + 'dbase' => "database", // CFG: MYSQL-LOGIN - 'login' => "user", + 'login' => "login", // CFG: MYSQL-PASSWORD 'password' => "pass", ); @@ -143,8 +132,11 @@ define('LEAD_CODE_ENABLED', true); define('LEAD_EXPIRY_TIME' , (30*24*60*60)); // == 30 days // SMTP-Subsystem (keep all empty to use legacy mail() command!) +// CFG: SMTP-HOSTNAME define('SMTP_HOSTNAME', ""); -define('SMTP_USER' , ""); +// CFG: SMTP-USER +define('SMTP_USER', ""); +// CFG: SMTP-PASSWORD define('SMTP_PASSWORD', ""); // SSL cookies? (enable only if you have SSL, URLs will begin with https://)