1.9.x
Yannick Warnier 10 years ago
commit 2c1bffa36f
  1. 2
      plugin/clockworksms/config.php
  2. 2
      plugin/clockworksms/install.php
  3. 2
      plugin/clockworksms/lib/clockworksms.lib.php
  4. 2
      plugin/clockworksms/lib/clockworksms_plugin.class.php
  5. 2
      plugin/clockworksms/plugin.php
  6. 4
      plugin/clockworksms/uninstall.php
  7. 0
      plugin/clockworksms/vendor/changelog.md
  8. 0
      plugin/clockworksms/vendor/clockworksms_api.php
  9. 0
      plugin/clockworksms/vendor/exception.php
  10. 14
      plugin/clockworksms/vendor/license.txt
  11. 0
      plugin/clockworksms/vendor/license.txt~
  12. 0
      plugin/clockworksms/vendor/readme.md

@ -1,5 +1,5 @@
<?php
/* For licensing terms, see /license.txt */
/* For licensing terms, see /vendor/license.txt */
/**
* Clockwork parameters that will be registered in the current settings

@ -1,5 +1,5 @@
<?php
/* For licensing terms, see /license.txt */
/* For licensing terms, see /vendor/license.txt */
/**
* This script is included by main/admin/settings.lib.php and generally

@ -1,5 +1,5 @@
<?php
/* For licensing terms, see /license.txt */
/* For licensing terms, see /vendor/license.txt */
/**
* Class Clockworksms

@ -1,5 +1,5 @@
<?php
/* For licensing terms, see /license.txt */
/* For licensing terms, see /vendor/license.txt */
/**
* Class ClockworksmsPlugin

@ -1,5 +1,5 @@
<?php
/* For licensing terms, see /license.txt */
/* For licensing terms, see /vendor/license.txt */
/**
* @package chamilo.plugin.clockworksms

@ -1,5 +1,5 @@
<?php
/* For licensing terms, see /license.txt */
/* For licensing terms, see /vendor/license.txt */
/**
* This script is included by main/admin/settings.lib.php when unselecting a plugin
@ -13,4 +13,4 @@
* Queries
*/
require_once dirname(__FILE__).'/config.php';
ClockworksmsPlugin::create()->uninstall();
ClockworksmsPlugin::create()->uninstall();

@ -0,0 +1,14 @@
Copyright (c) 2011 - 2012, Mediaburst Ltd <hello@mediaburst.co.uk>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Loading…
Cancel
Save