config.php 353 B

12345678910111213
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Config the plugin.
  5. *
  6. * @package chamilo.plugin.test2pdf
  7. *
  8. * @author Jose Angel Ruiz <desarrollo@nosolored.com>
  9. */
  10. require_once __DIR__.'/../../main/inc/global.inc.php';
  11. require_once 'src/test2pdf.lib.php';
  12. require_once api_get_path(SYS_PLUGIN_PATH).'test2pdf/src/test2pdf_plugin.class.php';