mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
implement comments, init magnet page
This commit is contained in:
parent
fc5617846d
commit
123b08823d
9 changed files with 839 additions and 8 deletions
|
|
@ -83,6 +83,12 @@ define('MAGNET_EDITOR_LOCK_TIMEOUT', 60*60);
|
|||
define('MAGNET_META_TITLE_MIN_LENGTH', 10);
|
||||
define('MAGNET_META_DESCRIPTION_MIN_LENGTH', 0);
|
||||
|
||||
// Comment
|
||||
define('COMMENT_DEFAULT_APPROVED', false);
|
||||
define('COMMENT_DEFAULT_PUBLIC', false);
|
||||
define('COMMENT_MIN_LENGTH', 1);
|
||||
define('COMMENT_MAX_LENGTH', 1000);
|
||||
|
||||
// Trackers
|
||||
define('TRACKER_LINKS', (object)
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue