Add username to download file title

Downloaded files will have paste owners name in file.
This commit is contained in:
aftercase 2021-08-19 20:19:00 +01:00
parent 248cc0fb10
commit 30c247ece5

View file

@ -80,6 +80,7 @@ if ($row === null) {
'tags' => getPasteTags($conn, $paste_id) 'tags' => getPasteTags($conn, $paste_id)
]; ];
$p_member = $row['member'];
$p_content = $row['content']; $p_content = $row['content'];
$p_visible = $row['visible']; $p_visible = $row['visible'];
$p_expiry = Trim($row['expiry']); $p_expiry = Trim($row['expiry']);