X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_payouts.php;h=c01272ea56698fa3194e75950acfec3696af5628;hb=b7a1b50bec9d45efcf037db83b7e7c58ba2846dd;hp=7054963825dc6c172699d79620d17fa42339a57a;hpb=357b2ca133fc1f89db74097955c366cb4bee6996;p=mailer.git diff --git a/inc/modules/admin/what-list_payouts.php b/inc/modules/admin/what-list_payouts.php index 7054963825..c01272ea56 100644 --- a/inc/modules/admin/what-list_payouts.php +++ b/inc/modules/admin/what-list_payouts.php @@ -118,7 +118,7 @@ if (!empty($_GET['pid'])) eval($eval); // Execute transfer - $ret = @file($URL); + $ret = GET_URL($URL); } else { @@ -243,17 +243,14 @@ ORDER BY p.payout_timestamp DESC", __FILE__, __LINE__); else { // Translate status - $evl = "\$status = PAYOUT_STATUS_".strtoupper($status).";"; - eval($evl); + $status = constant('PAYOUT_STATUS_'.strtoupper($status).''); $status = "".$status.""; } // Nothing entered must be secured in member/what-payputs.php ! - if ($allow == "Y") - { + if ($allow == "Y") { // Banner/Textlink views/clicks request - if (!empty($banner)) - { + if (!empty($banner)) { // Prepare array for the banner $content = array( 'banner' => $banner, @@ -263,9 +260,7 @@ ORDER BY p.payout_timestamp DESC", __FILE__, __LINE__); // Load template for the banner $account = LOAD_TEMPLATE("admin_list_payouts_banner", true, $content); - } - else - { + } else { // Textlink $content = array( 'txt_link' => $alt, @@ -276,9 +271,7 @@ ORDER BY p.payout_timestamp DESC", __FILE__, __LINE__); // Admins can addionally test the URL for framekillers $bank = "".CLICK_HERE.""; - } - else - { + } else { // e-currency payout request if (empty($account)) $account = "---"; if (empty($bank)) $bank = "---";