mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 06:30:07 +01:00
Add username to download file title
Downloaded files will have paste owners name in file.
This commit is contained in:
parent
248cc0fb10
commit
30c247ece5
1 changed files with 1 additions and 0 deletions
|
@ -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']);
|
||||||
|
|
Loading…
Add table
Reference in a new issue