mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
paid torent max_price&enabled configurable
This commit is contained in:
@@ -340,6 +340,7 @@ if (get_setting('main.spsct') == 'yes') {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<?php if(get_setting("torrent.paid_torrent_enabled") == "yes"){?>
|
||||
<tr>
|
||||
<td class="rowhead"><?php echo $lang_getrss['row_paid']?>
|
||||
</td>
|
||||
@@ -347,8 +348,10 @@ if (get_setting('main.spsct') == 'yes') {
|
||||
<label><input type="radio" name="paid" value="0" checked><?php echo $lang_getrss['paid_no']?></label>
|
||||
<label><input type="radio" name="paid" value="1"><?php echo $lang_getrss['paid_yes']?></label>
|
||||
<label><input type="radio" name="paid" value="2"><?php echo $lang_getrss['paid_all']?></label>
|
||||
<div><?php echo $lang_getrss['row_paid_help'] ?></div>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<td class="rowhead"><?php echo $lang_getrss['row_item_title_type']?>
|
||||
</td>
|
||||
<td class="rowfollow" align="left">
|
||||
|
||||
Reference in New Issue
Block a user