mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#1307)
* Minor improvements * Updated * Update Attach.php * Update posting_attachments.php * Update change_tor_status.php * Updated
This commit is contained in:
parent
36e52d5d3b
commit
f456c827d7
3 changed files with 27 additions and 28 deletions
|
@ -11,11 +11,9 @@ if (!defined('BB_ROOT')) {
|
|||
die(basename(__FILE__));
|
||||
}
|
||||
|
||||
define('FILENAME_PREFIX', false);
|
||||
define('FILENAME_PREFIX', true);
|
||||
define('FILENAME_PREFIX_LENGTH', 6);
|
||||
define('FILENAME_MAX_LENGTH', 180);
|
||||
define('FILENAME_CRYPTIC', false);
|
||||
define('FILENAME_CRYPTIC_LENGTH', 64);
|
||||
define('FILENAME_MAX_LENGTH', 128);
|
||||
|
||||
/**
|
||||
* Entry Point
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue