Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • devel
2 results

method.uninstall.php

Blame
  • method.uninstall.php 335 B
    <?php
    #-------------------------------------------------------------------------
    # Module: ReglerAddress
    # Version: 2015-09-02
    # Method: Uninstall
    
    if (!isset($gCms)) exit;
    
    // remove the permissions
    $this->RemovePermission('Use ReglerAddress');
    
    // put mention into the admin log
    $this->Audit( 0, 'ReglerAddress', 'uninstalled');
    
    ?>