Refine Page Linking workflow
This commit is contained in:
@@ -107,7 +107,7 @@ if ($cmd === 'download') {
|
||||
|
||||
http_status(200);
|
||||
header('Content-Type: text/plain; charset=utf-8');
|
||||
header('Content-Disposition: attachment; filename=".pagelink"');
|
||||
header('Content-Disposition: attachment; filename=".pagelink"; filename*=UTF-8\'\'%2Epagelink');
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Pragma: no-cache');
|
||||
echo $uuid;
|
||||
|
||||
Reference in New Issue
Block a user