mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/ARCHIVED-IZYIM.git
synced 2026-08-19 12:24:06 +00:00
12 lines
648 B
PHP
Executable File
12 lines
648 B
PHP
Executable File
<?php
|
|
/*
|
|
* Here is some variable you can set for the system
|
|
*/
|
|
|
|
$global_min_wd = "100"; // Its the minimal withdrawal amount
|
|
$global_wdable = "50"; // This number is the PERCENTAGE of withdrawal amount that will be able to transfer on user bank account
|
|
$global_wdreg = "50"; // This number is the PERCENTAGE of withdrawal amount that will CONVERTED into user register fund
|
|
$global_min_trf = "1"; // Its minimal transfer amount
|
|
$global_min_bpoint = "100"; // Its Minimal Amount if user want to buy a point
|
|
$global_max_dev_day = "260"; // Its the maximum day of devident invesment
|
|
$global_env = "real"; // Its the maximum day of devident invesment
|