function http_response_headers_uuninstall in HTTP Response Headers 7
Implements hook_uninstall().
File
- ./
http_response_headers.install, line 110 - Install, update and uninstall functions for the HTTP response headers module.
Code
function http_response_headers_uuninstall() {
// Remove variables created.
variable_del('http_response_headers_allowed_headers');
variable_del('http_response_headers_exclude_pages');
}