install.php 425 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.clockworksms
  8. * @author Imanol Losada <imanol.losada@beeznest.com>
  9. */
  10. /**
  11. * Initialization
  12. */
  13. require_once dirname(__FILE__).'/config.php';
  14. ClockworksmsPlugin::create()->install();