From be14a2944dd4d4b148e49130b40f935f3b96b8c3 Mon Sep 17 00:00:00 2001 From: Nikola Petrov Date: Wed, 6 May 2026 22:36:30 +0200 Subject: [PATCH] p --- go-form-plugin/export/pairgoth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-form-plugin/export/pairgoth.php b/go-form-plugin/export/pairgoth.php index 2599a08..ac861ae 100644 --- a/go-form-plugin/export/pairgoth.php +++ b/go-form-plugin/export/pairgoth.php @@ -12,7 +12,7 @@ $form_name = $form ? $form->name : 'Unknown Form'; $entries = go_form_get_entries($form_id); header('Content-Type: text/json; charset=utf-8'); -header('Content-Disposition: attachment; filename="go-form-' . sanitize_title($form_name) . '-export.tour"'); +header('Content-Disposition: attachment; filename="go-form-' . sanitize_title($form_name) . '-export-pairgoth.tour"'); $output = fopen('php://output', 'w');