X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Flanguage%2Foptimize_de.php;h=b6504fbb802aabcc85bfc5bd80abc697042f6cae;hb=02898778cb9e52a5dd4766c5276dc012585ce881;hp=846229f9eab5fe29786e3a6a706a87792073aa30;hpb=4e025e412935b6b221a2d183ada05b7a22f4b9e7;p=mailer.git diff --git a/inc/language/optimize_de.php b/inc/language/optimize_de.php index 846229f9ea..b6504fbb80 100644 --- a/inc/language/optimize_de.php +++ b/inc/language/optimize_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); }