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:
Roman Kelesidis 2024-02-08 15:25:05 +07:00 committed by GitHub
commit 6585b3124d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 39 deletions

View file

@ -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
*/