mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Configurable download torrent url
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
This commit is contained in:
parent
f09286900c
commit
5a1a4762b8
10 changed files with 13 additions and 12 deletions
|
@ -77,7 +77,7 @@ $tor_auth_del = ($tor_auth && $tor_reged);
|
|||
|
||||
$tracker_link = ($tor_reged) ? $lang['BT_REG_YES'] : $lang['BT_REG_NO'];
|
||||
|
||||
$download_link = DOWNLOAD_URL . $attach_id;
|
||||
$download_link = DL_URL . $attach_id;
|
||||
$description = ($comment) ?: preg_replace("#.torrent$#i", '', $display_name);
|
||||
|
||||
if ($tor_auth_reg || $tor_auth_del) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue