function path2ban_disable in path2ban 7.2
Same name and namespace in other branches
- 7 path2ban.install \path2ban_disable()
Implements hook_disable().
File
- ./
path2ban.install, line 28 - Install, update, and uninstall functions for the path2ban module.
Code
function path2ban_disable() {
variable_del('site_403');
variable_del('site_404');
}