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
|
@ -282,7 +282,7 @@ define('PAGE_HEADER', INC_DIR . '/page_header.php');
|
|||
define('PAGE_FOOTER', INC_DIR . '/page_footer.php');
|
||||
|
||||
define('CAT_URL', 'index.php?c=');
|
||||
define('DOWNLOAD_URL', 'dl.php?id=');
|
||||
define('DL_URL', $bb_cfg['dl_url']);
|
||||
define('FORUM_URL', 'viewforum.php?f=');
|
||||
define('GROUP_URL', 'group.php?g=');
|
||||
define('LOGIN_URL', $bb_cfg['login_url']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue