You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
198 B
11 lines
198 B
|
6 years ago
|
<?php
|
||
|
|
/* For licensing terms, see /license.txt */
|
||
|
|
/**
|
||
|
|
* Config the plugin.
|
||
|
|
*
|
||
|
5 years ago
|
* @package chamilo.plugin.google_meet
|
||
|
6 years ago
|
*/
|
||
|
|
require_once __DIR__.'/config.php';
|
||
|
|
|
||
|
5 years ago
|
GoogleMeetPlugin::create()->install();
|