mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix keyword topic validation
This commit is contained in:
parent
8586d713ef
commit
fda862928b
2 changed files with 5 additions and 5 deletions
|
|
@ -103,7 +103,7 @@ define('MAGNET_DN_MIN_LENGTH', 10);
|
|||
define('MAGNET_DN_MAX_LENGTH', 255);
|
||||
define('MAGNET_DN_REGEX', '/.*/ui');
|
||||
|
||||
define('MAGNET_KT_MIN_LENGTH', 10);
|
||||
define('MAGNET_KT_MIN_LENGTH', 2);
|
||||
define('MAGNET_KT_MAX_LENGTH', 140);
|
||||
define('MAGNET_KT_REGEX', '/[\w]+/ui');
|
||||
define('MAGNET_KT_MIN_QUANTITY', 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue