mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#1435)
* Minor improvements * Update config.php * Updated * Update Dev.php * Revert "Update Dev.php" This reverts commit0540ceaa0b
. * Revert "Updated" This reverts commite95b14b8c0
. * Updated
This commit is contained in:
parent
f69476adb9
commit
3b4aa3621b
4 changed files with 13 additions and 7 deletions
|
@ -299,12 +299,11 @@ 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', 'filelist.php?t=');
|
||||
|
||||
define('USER_AGENT', strtolower($_SERVER['HTTP_USER_AGENT']));
|
||||
|
||||
define('HTML_SELECT_MAX_LENGTH', 60);
|
||||
define('HTML_WBR_LENGTH', 12);
|
||||
|
||||
define('HTML_CHECKED', ' checked ');
|
||||
define('HTML_DISABLED', ' disabled ');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue