mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -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
|
@ -49,7 +49,7 @@ $user_list = DB()->fetch_rowset("
|
|||
");
|
||||
|
||||
$subject = sprintf($lang['CALLSEED_SUBJECT'], $t_data['topic_title']);
|
||||
$message = sprintf($lang['CALLSEED_TEXT'], make_url(TOPIC_URL . $topic_id), $t_data['topic_title'], make_url(DOWNLOAD_URL . $t_data['attach_id']));
|
||||
$message = sprintf($lang['CALLSEED_TEXT'], make_url(TOPIC_URL . $topic_id), $t_data['topic_title'], make_url(DL_URL . $t_data['attach_id']));
|
||||
|
||||
if ($user_list) {
|
||||
foreach ($user_list as $row) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue