mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
fix warning
This commit is contained in:
@@ -297,8 +297,8 @@ $oneinvite_bonus = $BONUS['oneinvite'];
|
||||
$customtitle_bonus = $BONUS['customtitle'];
|
||||
$vipstatus_bonus = $BONUS['vipstatus'];
|
||||
$bonusgift_bonus = $BONUS['bonusgift'];
|
||||
$basictax_bonus = 0+$BONUS['basictax'];
|
||||
$taxpercentage_bonus = 0+$BONUS['taxpercentage'];
|
||||
$basictax_bonus = $BONUS['basictax'];
|
||||
$taxpercentage_bonus = $BONUS['taxpercentage'];
|
||||
$prolinkpoint_bonus = $BONUS['prolinkpoint'];
|
||||
$prolinktime_bonus = $BONUS['prolinktime'];
|
||||
|
||||
@@ -395,7 +395,7 @@ $SUBSPATH = "subs";
|
||||
//Make sure you have wget installed on your OS
|
||||
//replace "http://www.nexusphp.com/" with your own site address
|
||||
|
||||
$useCronTriggerCleanUp = false;
|
||||
$useCronTriggerCleanUp = $MAIN['use_cron_trigger_cleanup'];
|
||||
//some promotion rules
|
||||
//$promotionrules_torrent = array(0 => array("mediumid" => array(1), "promotion" => 5), 1 => array("mediumid" => array(3), "promotion" => 5), 2 => array("catid" => array(402), "standardid" => array(3), "promotion" => 4), 3 => array("catid" => array(403), "standardid" => array(3), "promotion" => 4));
|
||||
$promotionrules_torrent = array();
|
||||
|
||||
Reference in New Issue
Block a user