]> git.mxchange.org Git - mailer.git/blobdiff - inc/config.php
Fix for red page blocking all access
[mailer.git] / inc / config.php
index ca19c3221b2ee1ff536c745a72d95ec7bde86d41..08df3c6eff4c7819df66338e25bad8a1b425b0a0 100644 (file)
@@ -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);
 }