Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created January 29, 2013 09:59
Show Gist options
  • Save amitaibu/4663148 to your computer and use it in GitHub Desktop.
Save amitaibu/4663148 to your computer and use it in GitHub Desktop.
// Send back the XML.
drupal_add_http_header('Content-Type', 'application/xml; charset=utf-8');
print $return;
drupal_exit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment