X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-account.php;h=30f89ce50a0ac2639d0e12c3d267476cf7def446;hb=56391f52928b7bafd0bf749437ff36a9823b52da;hp=aa2e72f0bc1c92a38ce5eb3c0f58a777c5f9816b;hpb=fb573d4c3d981d52fd969a6d7167d8dc839be688;p=mailer.git diff --git a/inc/modules/member/action-account.php b/inc/modules/member/action-account.php index aa2e72f0bc..30f89ce50a 100644 --- a/inc/modules/member/action-account.php +++ b/inc/modules/member/action-account.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -37,7 +37,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - die(); + exit(); } elseif (!isMember()) { redirectToIndexMemberOnlyModule(); } elseif (isBlockModeEnabled()) {