Move filelist feature to another file (#1268)

This commit is contained in:
Cønstantine Kovalensky 2023-12-26 20:52:05 +04:00 committed by GitHub
commit ed34bbb735
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 14 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']));