X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-profile.php;h=e50fc40fc94830b4f0144f55cdffc6a6115b427d;hp=b4e84d842f52ae35060f6cd9740e144ea0274344;hb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;hpb=5d9f65a4efafdeda1f03cf03fc95421bc600b9dc;ds=sidebyside diff --git a/inc/extensions/ext-profile.php b/inc/extensions/ext-profile.php index b4e84d842f..e50fc40fc9 100644 --- a/inc/extensions/ext-profile.php +++ b/inc/extensions/ext-profile.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); }