mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
[api] reward + thanks
This commit is contained in:
+1
-1
@@ -413,7 +413,7 @@ echo "</script>";
|
||||
if(isset($magic_value_bonus)){
|
||||
$bonus_array = $magic_value_bonus;
|
||||
}else{
|
||||
$bonus_array = '50 , 100 , 200 , 500, 1000';
|
||||
$bonus_array = implode(',', \App\Models\Torrent::BONUS_REWARD_VALUES);
|
||||
}
|
||||
echo '<style type="text/css">
|
||||
ul.magic
|
||||
|
||||
Reference in New Issue
Block a user