mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Used hashing for filenames generation (#1385)
* Some code cleanup...
* Used hashing for filenames generation
* Revert "Some code cleanup..."
This reverts commit 2dca4c3fb3
.
* Update Attach.php
* Update Attach.php
* Update Attach.php
This commit is contained in:
parent
f9df8fbe80
commit
6585b3124d
2 changed files with 2 additions and 39 deletions
|
@ -11,10 +11,6 @@ if (!defined('BB_ROOT')) {
|
|||
die(basename(__FILE__));
|
||||
}
|
||||
|
||||
define('FILENAME_PREFIX', true);
|
||||
define('FILENAME_PREFIX_LENGTH', 6);
|
||||
define('FILENAME_MAX_LENGTH', 128);
|
||||
|
||||
/**
|
||||
* Entry Point
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue