' . "\n" . $config_content; } // Set strict headers header('Content-Type: application/x-apple-aspen-config'); header('Content-Disposition: attachment; filename="udid.mobileconfig"'); header('Content-Length: ' . strlen($config_content)); header('Cache-Control: no-cache, must-revalidate'); header('Pragma: no-cache'); // Output the configuration echo $config_content; exit;