X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=0.2.1%2Finc%2Fconfig.php;h=8a73f23807a695ba0ff55eff0a54e669ac3bfed4;hb=157ee010917df5ca07e6d31b42f67417b2516d74;hp=6c4d029b7ec6750b777b0be06a2036799427bf14;hpb=4696b799ced069ba2a264fa3b38fc033e3dc31dc;p=mailer.git diff --git a/0.2.1/inc/config.php b/0.2.1/inc/config.php index 6c4d029b7e..8a73f23807 100644 --- a/0.2.1/inc/config.php +++ b/0.2.1/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); } @@ -144,7 +144,7 @@ define('LEAD_EXPIRY_TIME' , (30*24*60*60)); // == 30 days // SMTP-Subsystem (keep all empty to use legacy mail() command!) define('SMTP_HOSTNAME', ""); -define('SMTP_USER ', ""); +define('SMTP_USER' , ""); define('SMTP_PASSWORD', ""); // SSL cookies? (enable only if you have SSL, URLs will begin with https://)