diff --git a/customCategory.php b/customCategory.php index a9ba9533..03f1db50 100644 --- a/customCategory.php +++ b/customCategory.php @@ -22,6 +22,7 @@ if (isset($_REQUEST['id'])) { } Header("Content-Type: application/yaml; charset=utf-8"); + Header("Content-Disposition: inline; filename=\"{$_REQUEST['id']}.yaml\""); print $category; }