X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fchk_login.php;h=9091319455b8729c784716585af7547b469332cc;hb=06e24098eb8296f63f7d647c6a630a55ca0fdb94;hp=7602a888950463f308091ea444b4ffa3d861a0dd;hpb=db0c6702086eea2c44d0aae1702dc2e77a0afc4e;p=mailer.git diff --git a/inc/modules/chk_login.php b/inc/modules/chk_login.php index 7602a88895..9091319455 100644 --- a/inc/modules/chk_login.php +++ b/inc/modules/chk_login.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(); } // END - if // Initial message part @@ -49,10 +49,10 @@ if (isMember()) { runFilterChain('member_login_check'); // Redirect to member area - $GLOBALS['message'] .= loadTemplate('member_login_js', true); + $GLOBALS['message'] .= loadTemplate('member_login_js', TRUE); } else { // Login failed! - $GLOBALS['message'] .= loadTemplate('login_failed_js', true); + $GLOBALS['message'] .= loadTemplate('login_failed_js', TRUE); } // Output final message