Update posting_attachments.php

This commit is contained in:
Roman Kelesidis 2024-02-19 23:21:20 +07:00
parent b1aab63d31
commit c06d9f84dd

View File

@ -987,7 +987,7 @@ class attach_parent
$this->attach_filename = $this->filename; $this->attach_filename = $this->filename;
//bt //bt
if (FILENAME_CRYPTIC && is_numeric(FILENAME_CRYPTIC_LENGT)) if (FILENAME_CRYPTIC && is_numeric(FILENAME_CRYPTIC_LENGTH))
{ {
$this->attach_filename = make_rand_str(FILENAME_CRYPTIC_LENGTH) . '_' . TIMENOW; $this->attach_filename = make_rand_str(FILENAME_CRYPTIC_LENGTH) . '_' . TIMENOW;
} }