update file in bbb plugin

pull/3348/head
Nosolored 6 years ago
parent 1d30b92cd1
commit 997d5bc0ee
  1. 14
      plugin/bbb/update.php

@ -0,0 +1,14 @@
<?php
/* For licensing terms, see /license.txt */
/**
* Update the plugin.
*
* @package chamilo.plugin.bigbluebutton
*/
require_once __DIR__.'/config.php';
if (!api_is_platform_admin()) {
die('You must have admin permissions to install plugins');
}
BBBPlugin::create()->update();
Loading…
Cancel
Save