http_auth.install in HTTP Auth 7
Same filename and directory in other branches
Uninstall functions for HTTP Auth module.
File
http_auth.installView source
<?php
/**
* @file
* Uninstall functions for HTTP Auth module.
*/
/**
* Implements hook_uninstall().
*/
function http_auth_uninstall() {
variable_del("http_auth");
}
Functions
Name | Description |
---|---|
http_auth_uninstall | Implements hook_uninstall(). |