X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_wernis.php;h=7154bb32fe00f400a1c2b81fd2ea32389e51358b;hb=c0c6d5d58bdecd22bdcf7dfe5b24bec69e1810c7;hp=6c4680a55d47ac9e250fc9c869c070e17c7d01f0;hpb=357b2ca133fc1f89db74097955c366cb4bee6996;p=mailer.git diff --git a/inc/modules/admin/what-config_wernis.php b/inc/modules/admin/what-config_wernis.php index 6c4680a55d..7154bb32fe 100644 --- a/inc/modules/admin/what-config_wernis.php +++ b/inc/modules/admin/what-config_wernis.php @@ -1,7 +1,7 @@ bigintval($_CONFIG['wernis_min_payout']), - 'min_withdraw' => bigintval($_CONFIG['wernis_min_withdraw']), - 'api_id' => bigintval($_CONFIG['wernis_api_id']), - 'api_md5' => $_CONFIG['wernis_api_md5'], - 'api_url' => $_CONFIG['wernis_api_url'], - 'refid' => bigintval($_CONFIG['wernis_refid']), - 'payout_factor' => TRANSLATE_COMMA($_CONFIG['wernis_payout_factor']), - 'withdraw_factor' => TRANSLATE_COMMA($_CONFIG['wernis_withdraw_factor']), - 'payout_fee_percent' => TRANSLATE_COMMA($_CONFIG['wernis_payout_fee_percent']), - 'withdraw_fee_percent' => TRANSLATE_COMMA($_CONFIG['wernis_withdraw_fee_percent']), - 'payout_fee_fix' => bigintval($_CONFIG['wernis_payout_fee_fix']), - 'withdraw_fee_fix' => bigintval($_CONFIG['wernis_withdraw_fee_fix']) - ); - - // Prepare payout Y/N selection - if ($_CONFIG['wernis_payout_active'] == "Y") { - // Payout allowed - define('__CFG_WERNIS_PAYOUT_ACTIVE_Y', " checked=\"checked\""); - define('__CFG_WERNIS_PAYOUT_ACTIVE_N', ""); - } else { - // Payout disabled - define('__CFG_WERNIS_PAYOUT_ACTIVE_Y', ""); - define('__CFG_WERNIS_PAYOUT_ACTIVE_N', " checked=\"checked\""); - } - - // Prepare withdraw Y/N selection - if ($_CONFIG['wernis_withdraw_active'] == "Y") { - // Payout allowed - define('__CFG_WERNIS_WITHDRAW_ACTIVE_Y', " checked=\"checked\""); - define('__CFG_WERNIS_WITHDRAW_ACTIVE_N', ""); - } else { - // Payout disabled - define('__CFG_WERNIS_WITHDRAW_ACTIVE_Y', ""); - define('__CFG_WERNIS_WITHDRAW_ACTIVE_N', " checked=\"checked\""); - } - // Load template - LOAD_TEMPLATE("admin_config_wernis", false, $content); + loadTemplate('admin_config_wernis'); } -// +// [EOF] ?>