X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=inc%2Fmodules%2Fmember%2Faction-order.php;h=71a93fd766633da52354bbdbc1e0b4db0d5b30e7;hb=e9da1508b2a3ccbf63adc999981674740a47e074;hp=a20bc016b33cc98c11a2a26a597fc0125ac03030;hpb=fb573d4c3d981d52fd969a6d7167d8dc839be688;p=mailer.git diff --git a/inc/modules/member/action-order.php b/inc/modules/member/action-order.php index a20bc016b3..71a93fd766 100644 --- a/inc/modules/member/action-order.php +++ b/inc/modules/member/action-order.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * Copyright (c) 2009 - 2015 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(); } elseif (isBlockModeEnabled()) { @@ -54,7 +54,7 @@ if ((!isExtensionActive('order')) && (!isAdmin())) { } // END - if // Load the include file -$inc = sprintf("inc/modules/member/what-%s.php", getWhat()); +$inc = sprintf('inc/modules/member/what-%s.php', getWhat()); if (isIncludeReadable($inc)) { // Ok, we finally load the member action module loadIncludeOnce($inc);