Revert "Moved file_list_v2.php back to includes (#1303)"

This reverts commit be5c34a951.
This commit is contained in:
Roman Kelesidis 2024-01-02 19:31:07 +07:00
commit 7d32944d36
3 changed files with 3 additions and 6 deletions

View file

@ -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']));