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
3544587ef7
commit
dba2e5ba6d
@ -987,7 +987,7 @@ class attach_parent
|
|||||||
//bt
|
//bt
|
||||||
if (FILENAME_CRYPTIC)
|
if (FILENAME_CRYPTIC)
|
||||||
{
|
{
|
||||||
$this->attach_filename = make_rand_str(FILENAME_CRYPTIC_LENGTH);
|
$this->attach_filename = make_rand_str(FILENAME_CRYPTIC_LENGTH) . '_' . TIMENOW;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user