Fix include errors

This commit is contained in:
2026-05-08 11:55:32 +02:00
parent 1004ead899
commit 677eabdebf
3 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ header('Content-Type: text/xml; charset=utf-8');
header('Content-Disposition: attachment; filename="go-form-' . sanitize_title($form_name) . '-export-macmahon.xml"');
$output = fopen('php://output', 'w');
include_once 'mcmahon-help.php';
include_once __DIR__ . '/mcmahon-help.php';
fwrite($output, $mcmahonfirst);