Files
Chamilo/plugin/clockworksms/install.php
2025-04-10 12:36:07 +02:00

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();