uninstall.php 283 B

12345678910111213
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Initialization uninstall.
  5. *
  6. * @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
  7. *
  8. * @package chamilo.plugin.createDrupalUser
  9. */
  10. require_once __DIR__.'/config.php';
  11. CreateDrupalUser::create()->uninstall();