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