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
|
@ -178,7 +178,7 @@ $template->assign_vars(array(
|
|||
// Common urls
|
||||
'AVATARS_URL' => 'data/avatars',
|
||||
'CAT_URL' => BB_ROOT . CAT_URL,
|
||||
'DOWNLOAD_URL' => BB_ROOT . DOWNLOAD_URL,
|
||||
'DOWNLOAD_URL' => BB_ROOT . DL_URL,
|
||||
'FORUM_URL' => BB_ROOT . FORUM_URL,
|
||||
'GROUP_URL' => BB_ROOT . GROUP_URL,
|
||||
'LOGIN_URL' => $bb_cfg['login_url'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue