]> git.mxchange.org Git - mailer.git/blobdiff - 0.2.1/inc/config.php
- obsolete templates/scripts removed
[mailer.git] / 0.2.1 / inc / config.php
index 6c4d029b7ec6750b777b0be06a2036799427bf14..8a73f23807a695ba0ff55eff0a54e669ac3bfed4 100644 (file)
@@ -34,7 +34,7 @@
 // Some security stuff...\r
 if (!defined('__SECURITY'))\r
 {\r
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4)."/security.php";\r
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";\r
        require($INC);\r
 }\r
 \r
@@ -144,7 +144,7 @@ define('LEAD_EXPIRY_TIME' , (30*24*60*60)); // == 30 days
 \r
 // SMTP-Subsystem (keep all empty to use legacy mail() command!)\r
 define('SMTP_HOSTNAME', "");\r
-define('SMTP_USER    ', "");\r
+define('SMTP_USER'    , "");\r
 define('SMTP_PASSWORD', "");\r
 \r
 // SSL cookies? (enable only if you have SSL, URLs will begin with https://)\r