Refine Page Linking workflow

This commit is contained in:
2026-02-09 09:23:04 +01:00
parent a5c44e106e
commit 4dae370deb
9 changed files with 91 additions and 220 deletions

View File

@@ -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;