X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=0.2.1%2Finc%2Flanguage%2Fmods_de.php;h=b9a3a5a9d4998e12fd823d96dc9f4d683de8d1a5;hb=985d79f06163e5957c3f40b5a71ce85be9048f8e;hp=eeeff1aa6f0d3f243db953f9499550982214cbc2;hpb=4696b799ced069ba2a264fa3b38fc033e3dc31dc;p=mailer.git diff --git a/0.2.1/inc/language/mods_de.php b/0.2.1/inc/language/mods_de.php index eeeff1aa6f..b9a3a5a9d4 100644 --- a/0.2.1/inc/language/mods_de.php +++ b/0.2.1/inc/language/mods_de.php @@ -8,11 +8,11 @@ * -------------------------------------------------------------------- * * Short description : German langugage support * * -------------------------------------------------------------------- * - * Kurzbeschreibung : Deutsche Sprachunterstützung * + * Kurzbeschreibung : Deutsche Sprachunterst�tzung * * -------------------------------------------------------------------- * * * * -------------------------------------------------------------------- * - * Copyright (c) 2003 - 2007 by Roland Haeder * + * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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); }