X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_stats.php;h=8d486bfff7f23137167ef3bfd8725ab47306b4f0;hp=7c4b68b661752fe991e2b92e6ac372725e4809b4;hb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa diff --git a/inc/modules/admin/what-config_stats.php b/inc/modules/admin/what-config_stats.php index 7c4b68b661..8d486bfff7 100644 --- a/inc/modules/admin/what-config_stats.php +++ b/inc/modules/admin/what-config_stats.php @@ -8,18 +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 * - * Copyright (c) 2009, 2010 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2013 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 * @@ -40,13 +38,13 @@ // 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()) { +if (isFormSent('save_config')) { // Save settings adminSaveSettingsFromPostData(); } else { @@ -59,7 +57,7 @@ if (isFormSent()) { $content['guest_stats_' . strtolower(getConfig('guest_stats'))] = ' selected="selected"'; // Load template - loadTemplate('admin_config_stats', false, $content); + loadTemplate('admin_config_stats', FALSE, $content); } // [EOF]