예제 #1
0
파일: hook.php 프로젝트: geldarr/hack-space
function plugin_purgelogs_uninstall()
{
    include GLPI_ROOT . "/plugins/purgelogs/inc/config.class.php";
    include GLPI_ROOT . "/plugins/purgelogs/inc/purge.class.php";
    PluginPurgelogsConfig::uninstall();
    PluginPurgelogsPurge::uninstall();
    return true;
}