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
241 B
11 lines
241 B
|
6 years ago
|
<?php
|
||
|
|
/**
|
||
|
|
* Config the plugin.
|
||
|
|
*
|
||
|
|
* @author Alex Aragón Calixto <alex.aragon@tunqui.pe>
|
||
|
|
*
|
||
|
5 years ago
|
* @package chamilo.plugin.google_meet
|
||
|
6 years ago
|
*/
|
||
|
|
require_once __DIR__.'/../../main/inc/global.inc.php';
|
||
|
5 years ago
|
require_once 'src/google_meet_plugin.class.php';
|