12 lines
258 B
PHP
12 lines
258 B
PHP
<?php
|
|
/* For licensing terms, see /vendor/license.txt */
|
|
|
|
/**
|
|
* @package chamilo.plugin.clockworksms
|
|
*
|
|
* @author Imanol Losada <imanol.losada@beeznest.com>
|
|
*/
|
|
require_once __DIR__.'/config.php';
|
|
|
|
$plugin_info = ClockworksmsPlugin::create()->get_info();
|