X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Faction-main.php;h=320ca5ba75423aee48315e7d6342a33caa5928a9;hp=500698e450728e4c25ece8577bc64c3998eded87;hb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;hpb=fb573d4c3d981d52fd969a6d7167d8dc839be688 diff --git a/inc/modules/guest/action-main.php b/inc/modules/guest/action-main.php index 500698e450..320ca5ba75 100644 --- a/inc/modules/guest/action-main.php +++ b/inc/modules/guest/action-main.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 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 (isBlockModeEnabled()) { // Block mode detected return;