plugin.php 292 B

123456789101112
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Get the plugin info.
  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. $plugin_info = CreateDrupalUser::create()->get_info();