mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
integrate laravel framework
This commit is contained in:
@@ -405,7 +405,7 @@ $SUBSPATH = "subs";
|
||||
//Make sure you have wget installed on your OS
|
||||
//replace "http://www.nexusphp.com/" with your own site address
|
||||
|
||||
$useCronTriggerCleanUp = config('nexus.use_cron_trigger_cleanup', false);
|
||||
$useCronTriggerCleanUp = nexus_config('nexus.use_cron_trigger_cleanup', false);
|
||||
//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