install.php 390 B

12345678910111213
  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. require_once __DIR__.'/config.php';
  11. ClockworksmsPlugin::create()->install();