ip_ban.install in IP Ban 8
Same filename and directory in other branches
Uninstall functions for the ip_ban module.
File
ip_ban.installView source
<?php
/**
* @file
* Uninstall functions for the ip_ban module.
*/
/**
* Implements hook_uninstall().
*
* Todo: remove this as it doesn't appear to be needed anymore.
*/
function ip_ban_uninstall() {
}
Functions
Name | Description |
---|---|
ip_ban_uninstall | Implements hook_uninstall(). |