mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 19:16:37 +00:00
New logo
This commit is contained in:
@@ -27,7 +27,7 @@ trait GrocycodeTrait
|
||||
if ($isDownload)
|
||||
{
|
||||
$response = $response->withHeader('Content-Type', 'application/octet-stream')
|
||||
->withHeader('Content-Disposition', 'attachment; filename=grocycode.png')
|
||||
->withHeader('Content-Disposition', 'attachment; filename=Grocycode.png')
|
||||
->withHeader('Content-Length', strlen($png))
|
||||
->withHeader('Cache-Control', 'no-cache')
|
||||
->withHeader('Last-Modified', gmdate('D, d M Y H:i:s') . ' GMT');
|
||||
|
Reference in New Issue
Block a user