-
-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Description
nexusphp/public/torrentrss.php
Lines 255 to 257 in ca8edf8
| if (!empty($_GET['ismalldescr']) && !empty($row['small_descr'])) $title .= "[".$row['small_descr']."]"; | |
| if (!empty($_GET['isize'])) $title .= "[".mksize($row['size'])."]"; | |
| if (!empty($_GET['iuplder'])) $title .= "[".$author."]"; |
这里能不能加个参数开关,
如果打开,标题,副标题等等每个独占一行。
如果关闭,就合并到一行?
Metadata
Metadata
Assignees
Labels
No labels