Configurable download torrent url

Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
This commit is contained in:
Yuriy Pikhtarev 2018-06-24 21:33:27 +03:00
commit 5a1a4762b8
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
10 changed files with 13 additions and 12 deletions

View file

@ -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'],