X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flanguage%2Fremoveip_de.php;h=4d331ca86f3a86b959e4482906a0966ba719cc91;hp=a7fe40305c2b87acf15e1059046a323c46bbd74b;hb=f928ad2bed60fa256d0641eaf6d2c027a2944688;hpb=b885a5edd8fb28da0995a156e6df238248ce3e62 diff --git a/inc/language/removeip_de.php b/inc/language/removeip_de.php index a7fe40305c..4d331ca86f 100644 --- a/inc/language/removeip_de.php +++ b/inc/language/removeip_de.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Deutsche Sprachunterstuetzung * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $Date:: $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: $ * + * Needs to be in all Files and every File needs "svn propset * + * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -33,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); }