install.php 414 B

12345678910111213141516
  1. <?php
  2. /* For licensing terms, see /vendor/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. *
  7. * @package chamilo.plugin.kannelsms
  8. *
  9. * @author Imanol Losada <imanol.losada@beeznest.com>
  10. */
  11. /**
  12. * Initialization.
  13. */
  14. require_once __DIR__.'/config.php';
  15. KannelsmsPlugin::create()->install();