X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_wernis.php;h=87518851f97dd0aba49f6461538337b60da1ddf9;hp=1dc18f61836cdabf6ee10faf6b81bee611e23322;hb=b7aada7890a3c7d1c1da4d2b36d8d7683fa61c06;hpb=ce00488222ee7d5d7559ccfdab86cb59694a681c diff --git a/inc/modules/admin/what-config_wernis.php b/inc/modules/admin/what-config_wernis.php index 1dc18f6183..87518851f9 100644 --- a/inc/modules/admin/what-config_wernis.php +++ b/inc/modules/admin/what-config_wernis.php @@ -64,18 +64,18 @@ if (IS_FORM_SENT()) { } else { // Prepare data for template output $content = array( - 'min_payout' => bigintval(getConfig('wernis_min_payout')), - 'min_withdraw' => bigintval(getConfig('wernis_min_withdraw')), - 'api_id' => bigintval(getConfig('wernis_api_id')), + 'min_payout' => getConfig(('wernis_min_payout')), + 'min_withdraw' => getConfig(('wernis_min_withdraw')), + 'api_id' => getConfig(('wernis_api_id')), 'api_md5' => getConfig('wernis_api_md5'), 'api_url' => getConfig('wernis_api_url'), - 'refid' => bigintval(getConfig('wernis_refid')), + 'refid' => getConfig(('wernis_refid')), 'payout_factor' => TRANSLATE_COMMA(getConfig('wernis_payout_factor')), 'withdraw_factor' => TRANSLATE_COMMA(getConfig('wernis_withdraw_factor')), 'payout_fee_percent' => TRANSLATE_COMMA(getConfig('wernis_payout_fee_percent')), 'withdraw_fee_percent' => TRANSLATE_COMMA(getConfig('wernis_withdraw_fee_percent')), - 'payout_fee_fix' => bigintval(getConfig('wernis_payout_fee_fix')), - 'withdraw_fee_fix' => bigintval(getConfig('wernis_withdraw_fee_fix')) + 'payout_fee_fix' => getConfig(('wernis_payout_fee_fix')), + 'withdraw_fee_fix' => getConfig(('wernis_withdraw_fee_fix')) ); // Prepare payout Y/N selection