uninstall.php 468 B

123456789101112131415161718
  1. <?php
  2. /* For licensing terms, see /vendor/license.txt */
  3. /**
  4. * This script is included by main/admin/settings.lib.php when unselecting a plugin
  5. * and is meant to remove things installed by the install.php script in both
  6. * the global database and the courses tables.
  7. *
  8. * @package chamilo.plugin.kannelsms
  9. *
  10. * @author Imanol Losada <imanol.losada@beeznest.com>
  11. */
  12. /**
  13. * Queries.
  14. */
  15. require_once __DIR__.'/config.php';
  16. KannelsmsPlugin::create()->uninstall();