13 lines
271 B
PHP
13 lines
271 B
PHP
<?php
|
|
/* For licensing terms, see /license.txt */
|
|
/**
|
|
* Initialization uninstall.
|
|
*
|
|
* @author Imanol Losada Oriol <imanol.losada@beeznest.com>
|
|
*
|
|
* @package chamilo.plugin.resubscription
|
|
*/
|
|
require_once __DIR__.'/config.php';
|
|
|
|
Resubscription::create()->uninstall();
|