openid_test_yadis_x_xrds_location

Versions
mediamosa-21
openid_test_yadis_x_xrds_location()

Menu callback; regular HTML page with an X-XRDS-Location HTTP header.

Code

modules/openid/tests/openid_test.module, line 115

<?php
function openid_test_yadis_x_xrds_location() {
  drupal_add_http_header('X-XRDS-Location', url('openid-test/yadis/xrds', array('absolute' => TRUE)));
  return t('This page includes an X-RDS-Location HTTP header containing the URL of an XRDS document.');
}
?>