mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
misc(emailer): Use constants for email types (#1794)
This commit is contained in:
parent
95ccf9bf3e
commit
c95d414ef6
5 changed files with 24 additions and 10 deletions
|
@ -309,6 +309,9 @@ define('HTML_DISABLED', ' disabled ');
|
|||
define('HTML_READONLY', ' readonly ');
|
||||
define('HTML_SELECTED', ' selected ');
|
||||
|
||||
define('EMAIL_TYPE_HTML', 'text/html');
|
||||
define('EMAIL_TYPE_TEXT', 'text/plain');
|
||||
|
||||
// $GPC
|
||||
define('KEY_NAME', 0); // position in $GPC['xxx']
|
||||
define('DEF_VAL', 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue