Update posting_attachments.php

This commit is contained in:
Roman Kelesidis 2024-01-03 18:45:15 +07:00
parent 3544587ef7
commit dba2e5ba6d

View File

@ -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
{ {