X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Findex.php;h=ff21a48c258f0de5aecf113ce561ad4cf0f04fc2;hp=d1890480564c41c3a73b984b9e77bdd8dbd5ed0e;hb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;hpb=5d9f65a4efafdeda1f03cf03fc95421bc600b9dc diff --git a/inc/modules/index.php b/inc/modules/index.php index d189048056..ff21a48c25 100644 --- a/inc/modules/index.php +++ b/inc/modules/index.php @@ -38,7 +38,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); } elseif (!EXT_IS_ACTIVE('sql_patches')) { // The extension 'sql_patches' *MUST* be activated or you have lot's of problems!