X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Flanguage%2F_de.php;h=71376d341832fc7d33827a60d067c6d02a737743;hb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;hp=939b1cd8b50f886e84d946ce5aab1bb34fbac447;hpb=508228c85fba8448d00865b1639cb8cd7a69e457;p=mailer.git diff --git a/inc/language/_de.php b/inc/language/_de.php index 939b1cd8b5..71376d3418 100644 --- a/inc/language/_de.php +++ b/inc/language/_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); }