AlkantarClanX12

Your IP : 216.73.217.128


Current Path : /var/www/concellodapobradobrollon.gal/web/modules/syslog/
Upload File :
Current File : //var/www/concellodapobradobrollon.gal/web/modules/syslog/syslog.install

<?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');
}