X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-html_mail.php;h=93d835e7b7d230ba3c1660b2d7070555b6e89bbe;hb=00790481119eefa7a54a8dda1cb191fdf4f29226;hp=9c963f71358a70d4921e949d4f31fcadf0f9f1a9;hpb=20741b93fd58620af677a7f1039ffd16ea6ec689;p=mailer.git diff --git a/inc/modules/member/what-html_mail.php b/inc/modules/member/what-html_mail.php index 9c963f7135..93d835e7b7 100644 --- a/inc/modules/member/what-html_mail.php +++ b/inc/modules/member/what-html_mail.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(); } @@ -63,7 +63,7 @@ if (isFormSent()) { $content['html_' . strtolower(getUserData('html'))] = ' checked="checked"'; // Load main template - loadTemplate('member_html_mail_settings', false, $content); + loadTemplate('member_html_mail_settings', FALSE, $content); } // [EOF]