X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-stats_surfbar.php;h=f61680a15cffb6c3073231c0863cc77f002a744b;hb=49a9663311b732d12ba0c53af2f9eb39a7850fbc;hp=21e430f0e3d67bf32cf98ccd21ca56e2f08ccf3e;hpb=074b138e44c79cb56666b412781b17467ec79e6e;p=mailer.git diff --git a/inc/modules/member/what-stats_surfbar.php b/inc/modules/member/what-stats_surfbar.php index 21e430f0e3..f61680a15c 100644 --- a/inc/modules/member/what-stats_surfbar.php +++ b/inc/modules/member/what-stats_surfbar.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * 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 * * it under the terms of the GNU General Public License as published by * @@ -37,7 +37,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - die(); + exit(); } elseif (!isMember()) { redirectToIndexMemberOnlyModule(); }