]> git.mxchange.org Git - mailer.git/blobdiff - 0.2.1/inc/config.php
Code rewritings, load base config improved and many minor fixes...
[mailer.git] / 0.2.1 / inc / config.php
index 6c4d029b7ec6750b777b0be06a2036799427bf14..f590b9241f55f43ea8db108e5c1314f2cb8c3ce0 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