mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Moved file_list_v2.php back to includes (#1303)
This commit is contained in:
parent
8a91a44ef2
commit
be5c34a951
3 changed files with 6 additions and 3 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', 'filelist.php?topic=');
|
||||
define('FILELIST_URL', 'viewtopic.php?filelist=');
|
||||
|
||||
define('USER_AGENT', strtolower($_SERVER['HTTP_USER_AGENT']));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue