Moved file_list_v2.php back to includes (#1303)

This commit is contained in:
Roman Kelesidis 2023-12-31 22:32:49 +07:00 committed by GitHub
commit be5c34a951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 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', 'filelist.php?topic=');
define('FILELIST_URL', 'viewtopic.php?filelist=');
define('USER_AGENT', strtolower($_SERVER['HTTP_USER_AGENT']));