mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update posting_attachments.php
This commit is contained in:
parent
8fa2519651
commit
5cf8029295
@ -6,9 +6,9 @@ define('FILENAME_PREFIX', true);
|
||||
define('FILENAME_PREFIX_LENGTH', 6);
|
||||
|
||||
define('FILENAME_CRYPTIC', false);
|
||||
define('FILENAME_CRYPTIC_LENGTH', 64);
|
||||
define('FILENAME_CRYPTIC_LENGTH', 32);
|
||||
|
||||
define('FILENAME_MAX_LENGTH', 180);
|
||||
define('FILENAME_MAX_LENGTH', 128);
|
||||
|
||||
class attach_parent
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user