mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
add magnet form lock to prevent moderation overwrite
This commit is contained in:
parent
3ffe4a8651
commit
64e841ec4c
4 changed files with 39 additions and 1 deletions
|
|
@ -78,6 +78,8 @@ define('MAGNET_DEFAULT_PUBLIC', false);
|
|||
define('MAGNET_DEFAULT_COMMENTS', true);
|
||||
define('MAGNET_DEFAULT_SENSITIVE', false);
|
||||
|
||||
define('MAGNET_EDITOR_LOCK_TIMEOUT', 60*60);
|
||||
|
||||
define('MAGNET_META_TITLE_MIN_LENGTH', 10);
|
||||
define('MAGNET_META_DESCRIPTION_MIN_LENGTH', 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue