X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fchk_login.php;h=5379718129b859abdcd51e79d685b6e01ef823f7;hb=579747bc21e7026a4dd39f58cb2f34453c521eec;hp=ad4bc4c97d0c055e5bb8142901e289cb0a9d1576;hpb=7cb246c51e8634735aaf24e546bcbc46c5ce3833;p=mailer.git diff --git a/inc/modules/chk_login.php b/inc/modules/chk_login.php index ad4bc4c97d..5379718129 100644 --- a/inc/modules/chk_login.php +++ b/inc/modules/chk_login.php @@ -14,11 +14,10 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * 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 * @@ -38,7 +37,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - die(); + exit(); } // END - if // Initial message part @@ -57,7 +56,7 @@ if (isMember()) { } // Output final message -loadTemplate('admin_settings_saved', false, $GLOBALS['message']); +displayMessage($GLOBALS['message']); // [EOF] ?>