Files
Chamilo/plugin/google_maps/index.php
2025-08-14 22:39:38 +02:00

13 lines
273 B
PHP

<?php
/* For licensing terms, see /license.txt */
/**
* Config the plugin.
*
* @author José Loguercio Silva <jose.loguercio@beeznest.com>
*
* @package chamilo.plugin.google_maps
*/
require_once __DIR__.'/config.php';
$googleMapsPlugin = GoogleMapsPlugin::create();