X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig.php;h=08df3c6eff4c7819df66338e25bad8a1b425b0a0;hb=4c934f57eb7749817b41b78818c90766f7777500;hp=ca19c3221b2ee1ff536c745a72d95ec7bde86d41;hpb=f39d194d84f501587ceb4af2b3965ea0bb051955;p=mailer.git diff --git a/inc/config.php b/inc/config.php index ca19c3221b..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); }