upgrade
This commit is contained in:
13
plugin/clockworksms/install.php
Normal file
13
plugin/clockworksms/install.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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();
|
||||
Reference in New Issue
Block a user