Ejemplo n.º 1
0
function uninstall_autoupdate()
{
    Dir::remove(CACHES_PATH . 'dbcache/plugin/autoupdate');
    Cronjobs::delete(PLUGINS_PATH . 'autoupdate/index.php', 'detect_update_system');
}
Ejemplo n.º 2
0
function uninstall_fastindex()
{
    Dir::remove(CACHES_PATH . 'dbcache/system/fastindex');
    Dir::remove(CACHES_PATH . 'fastindex');
    Cronjobs::delete(PLUGINS_PATH . 'fastindex/index.php', 'fastindex_ping');
}