X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_stats.php;h=4dd8807488bffd87a4033ad9eb412b3758a5a6f8;hb=11c7c0215361456e0fe975901d43f3c834d7044b;hp=0d2734633d1d8a55c8425c0a2c87081a7bf91a43;hpb=fe8e4c180ec67e320be98e1e8dc1f9ea612c3636;p=mailer.git diff --git a/inc/modules/admin/what-config_stats.php b/inc/modules/admin/what-config_stats.php index 0d2734633d..4dd8807488 100644 --- a/inc/modules/admin/what-config_stats.php +++ b/inc/modules/admin/what-config_stats.php @@ -8,17 +8,16 @@ * -------------------------------------------------------------------- * * Short description : Setup default statistics mode * * -------------------------------------------------------------------- * - * Kurzbeschreibung : Standart Modus der Statistiken einstellen * + * Kurzbeschreibung : Standard Modus der Statistiken einstellen * * -------------------------------------------------------------------- * * $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 - 2009 by Roland Haeder * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -39,10 +38,10 @@ // Some security stuff... if ((!defined('__SECURITY')) || (!isAdmin())) { die(); -} +} // END - if // Add description as navigation point -addMenuDescription('admin', __FILE__); +addYouAreHereLink('admin', __FILE__); // Was the form submitted? if (isFormSent()) {