p
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user