X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=0.2.1%2Finc%2Flanguage%2Fbeg_de.php;h=538509ea99b2146687580068d47d100fa463c8f6;hp=c4d268bec50ae9f0eb28100d3169da119ac45691;hb=985d79f06163e5957c3f40b5a71ce85be9048f8e;hpb=4d62ab22b0616cabb713929f8b661b5470b6018c diff --git a/0.2.1/inc/language/beg_de.php b/0.2.1/inc/language/beg_de.php index c4d268bec5..538509ea99 100644 --- a/0.2.1/inc/language/beg_de.php +++ b/0.2.1/inc/language/beg_de.php @@ -34,7 +34,7 @@ // Some security stuff... if (basename($_SERVER['PHP_SELF']) == basename(__FILE__)) { - $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); }