X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-logout.php;h=cac947979c74380a7fef91e3e3c67651e28f65b3;hp=ea22246789976712b7761ea769cc2ca2c713bac2;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hpb=c8d76610eb94093d4eed4fcd8a6cb72e74c8f6d8 diff --git a/inc/modules/admin/action-logout.php b/inc/modules/admin/action-logout.php index ea22246789..cac947979c 100644 --- a/inc/modules/admin/action-logout.php +++ b/inc/modules/admin/action-logout.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * 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 - 2015 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 * @@ -41,12 +41,12 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { } // END - if // Add description as navigation point -addMenuDescription('admin', __FILE__); +addYouAreHereLink('admin', __FILE__); -if (isPostRequestParameterSet('no')) { +if (isPostRequestElementSet('no')) { // Do not logout now redirectToUrl('admin.php'); -} elseif ((isPostRequestParameterSet('yes')) && (getAction() == 'logout')) { +} elseif ((isPostRequestElementSet('yes')) && (getAction() == 'logout')) { // Redirect to logout link redirectToUrl('modules.php?module=admin&logout=1'); }