Skip to content
Snippets Groups Projects
Commit 8e06f6e1 authored by Jay Friendly's avatar Jay Friendly
Browse files

cleaning up variables to be deleted upon uninstall

parent 3e119203
Branches
Tags 7.x-2.0 7.x-2.0-beta2
No related merge requests found
......@@ -5,13 +5,15 @@
*/
function restrict_ip_uninstall()
{
variable_del('restrict_ip_enable');
variable_del('restrict_ip_address_list');
variable_del('restrict_ip_allow_role_bypass');
variable_del('restrict_ip_bypass_action');
variable_del('restrict_ip_mail_address');
variable_del('restrict_ip_watchdog');
variable_del('restrict_ip_whitelist');
variable_del('restrict_ip_login_link_denied_page');
variable_del('restrict_ip_allow_role_bypass');
variable_del('restrict_ip_bypass_action');
variable_del('restrict_ip_white_black_list');
variable_del('restrict_ip_page_whitelist');
variable_del('restrict_ip_page_blacklist');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment