mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#1517)
* Minor improvements * Updated * Update CHANGELOG.md
This commit is contained in:
parent
84f6c9f4a0
commit
5d56517504
4 changed files with 24 additions and 23 deletions
|
@ -306,14 +306,13 @@ define('FILELIST_URL', 'filelist.php?' . POST_TOPIC_URL . '=');
|
|||
define('USER_AGENT', strtolower($_SERVER['HTTP_USER_AGENT']));
|
||||
|
||||
define('HTML_SELECT_MAX_LENGTH', 60);
|
||||
define('HTML_SF_SPACER', ' |- ');
|
||||
|
||||
define('HTML_CHECKED', ' checked ');
|
||||
define('HTML_DISABLED', ' disabled ');
|
||||
define('HTML_READONLY', ' readonly ');
|
||||
define('HTML_SELECTED', ' selected ');
|
||||
|
||||
define('HTML_SF_SPACER', ' |- ');
|
||||
|
||||
// $GPC
|
||||
define('KEY_NAME', 0); // position in $GPC['xxx']
|
||||
define('DEF_VAL', 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue