You are here

function drd_server_uninstall in Drupal Remote Dashboard Server 7.2

Implements hook_uninstall().

File

./drd_server.install, line 6

Code

function drd_server_uninstall() {
  variable_del('drd_allowed_referer');
  variable_del('drd_aes_keys');
}