uninstall.php 276 B

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