X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=0.2.1%2Finc%2Fextensions%2Fext-holiday.php;fp=0.2.1%2Finc%2Fextensions%2Fext-holiday.php;h=d6065d1a6255cfe479a07dc38ed7551d1e23af12;hb=985d79f06163e5957c3f40b5a71ce85be9048f8e;hp=8dd7ec42d9749331bca04da377214b1c3849595d;hpb=4d62ab22b0616cabb713929f8b661b5470b6018c;p=mailer.git diff --git a/0.2.1/inc/extensions/ext-holiday.php b/0.2.1/inc/extensions/ext-holiday.php index 8dd7ec42d9..d6065d1a62 100644 --- a/0.2.1/inc/extensions/ext-holiday.php +++ b/0.2.1/inc/extensions/ext-holiday.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); }