X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-bank_withdraw.php;h=2d17b4601cc8906e721ede2f88274886cf865051;hp=fda9652096c5dcc8802b51374aa6e7a6c0191212;hb=ae80e170b5d25a4782af90a7c3d81fbb176fa293;hpb=30ca796470b999b169640dcac82abf5dc8693334 diff --git a/inc/modules/member/what-bank_withdraw.php b/inc/modules/member/what-bank_withdraw.php index fda9652096..2d17b4601c 100644 --- a/inc/modules/member/what-bank_withdraw.php +++ b/inc/modules/member/what-bank_withdraw.php @@ -37,7 +37,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; require($INC); } - elseif (!IS_LOGGED_IN()) + elseif (!IS_MEMBER()) { LOAD_URL("modules.php?module=index"); }