14 lines
393 B
PHP
14 lines
393 B
PHP
<?php
|
|
/* For licensing terms, see /vendor/license.txt */
|
|
|
|
/**
|
|
* This script is included by main/admin/settings.lib.php and generally
|
|
* includes things to execute in the main database (settings_current table).
|
|
*
|
|
* @package chamilo.plugin.clockworksms
|
|
*
|
|
* @author Imanol Losada <imanol.losada@beeznest.com>
|
|
*/
|
|
require_once __DIR__.'/config.php';
|
|
ClockworksmsPlugin::create()->install();
|