X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flanguage%2Fonline_de.php;h=127072bc798a68a13f6cf67f01c94af91344cc6a;hp=f8317a268a28a7d3c71eb26f9079b5b108f08163;hb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;hpb=50b91687d7e7201f6c596a9ad40e8ff35c995074 diff --git a/inc/language/online_de.php b/inc/language/online_de.php index f8317a268a..127072bc79 100644 --- a/inc/language/online_de.php +++ b/inc/language/online_de.php @@ -17,7 +17,7 @@ * 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 * @@ -38,12 +38,13 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; - require($INC); -} + die(); +} // END - if // Language definitions -define('ONLINE_STATISTICS_DEACTIVATED', "Online-Statistik deaktivert."); +addMessages(array( + 'ONLINE_STATISTICS_DEACTIVATED' => "Online-Statistik deaktivert.", +)); -// +// [EOF] ?>