1 drupal.inc | drupal_send_headers($default_headers = array(), $only_default = FALSE) |
Sends the HTTP response headers that were previously set, adding defaults.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 176 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_send_headers($default_headers = array(), $only_default = FALSE) {
backdrop_send_headers($default_headers, $only_default);
}