install.php 313 B

1234567891011
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * This script is included by main/admin/settings.lib.php and generally
  5. * includes things to execute in the main database (settings_current table)
  6. * @package chamilo.plugin.ticket
  7. */
  8. require_once __DIR__.'/config.php';
  9. TicketPlugin::create()->install();