X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flanguage%2Fonline_de.php;h=127072bc798a68a13f6cf67f01c94af91344cc6a;hb=6dc4d5d9047e94cca3ccaa8a3fc8cee524d63f11;hp=8c21f889a10f4602cc25d2d4aca9697cbbe1bea5;hpb=d0ab0382dd73638f0bc13a1a3d6f117ec11a203e;p=mailer.git diff --git a/inc/language/online_de.php b/inc/language/online_de.php index 8c21f889a1..127072bc79 100644 --- a/inc/language/online_de.php +++ b/inc/language/online_de.php @@ -10,9 +10,14 @@ * -------------------------------------------------------------------- * * 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 * + * Copyright (c) 2003 - 2009 by Roland Haeder * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -32,14 +37,14 @@ ************************************************************************/ // Some security stuff... -if (basename($_SERVER['PHP_SELF']) == basename(__FILE__)) -{ - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; - require($INC); -} +if (!defined('__SECURITY')) { + die(); +} // END - if // Language definitions -define('ONLINE_STATISTICS_DEACTIVATED', "Online-Statistik deaktivert."); +addMessages(array( + 'ONLINE_STATISTICS_DEACTIVATED' => "Online-Statistik deaktivert.", +)); -// +// [EOF] ?>