X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flanguage%2Factive_de.php;h=0ffe2c4e35c0a6bec1ce639339a0de2ef6f3164b;hb=8a7b405ec86c2f0670435547acb497b9583d481c;hp=087925e297c3c93518dea6df0738b58a39538237;hpb=508228c85fba8448d00865b1639cb8cd7a69e457;p=mailer.git diff --git a/inc/language/active_de.php b/inc/language/active_de.php index 087925e297..0ffe2c4e35 100644 --- a/inc/language/active_de.php +++ b/inc/language/active_de.php @@ -10,7 +10,7 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Deutsche Sprachunterstuetzung * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * + * $Revision:: $ * * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * @@ -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); }