mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Use one GET variable for filelisting (#1193)
This commit is contained in:
parent
6d3010a786
commit
13001d42d9
4 changed files with 4 additions and 2 deletions
|
@ -296,6 +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('USER_AGENT', strtolower($_SERVER['HTTP_USER_AGENT']));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue