mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Move filelist feature to another file (#1268)
This commit is contained in:
parent
50dbc617cd
commit
ed34bbb735
3 changed files with 14 additions and 14 deletions
|
@ -296,7 +296,7 @@ define('POSTING_URL', $bb_cfg['posting_url']);
|
|||
define('PROFILE_URL', 'profile.php?mode=viewprofile&u=');
|
||||
define('BONUS_URL', 'profile.php?mode=bonus');
|
||||
define('TOPIC_URL', 'viewtopic.php?t=');
|
||||
define('FILELIST_URL', 'viewtopic.php?filelist=');
|
||||
define('FILELIST_URL', 'filelist.php?topic=');
|
||||
|
||||
define('USER_AGENT', strtolower($_SERVER['HTTP_USER_AGENT']));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue