X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=0.2.1%2Finc%2Fextensions%2Fext-support.php;fp=0.2.1%2Finc%2Fextensions%2Fext-support.php;h=054715adeb5fcb5010003e7e3e20597d31babfea;hp=09b7861f43bf8204dfebc55c2084b9c98f4309c8;hb=985d79f06163e5957c3f40b5a71ce85be9048f8e;hpb=4d62ab22b0616cabb713929f8b661b5470b6018c diff --git a/0.2.1/inc/extensions/ext-support.php b/0.2.1/inc/extensions/ext-support.php index 09b7861f43..054715adeb 100644 --- a/0.2.1/inc/extensions/ext-support.php +++ b/0.2.1/inc/extensions/ext-support.php @@ -34,7 +34,7 @@ // Some security stuff... if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF']))) { - $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); }