upgrade
This commit is contained in:
12
plugin/google_maps/index.php
Normal file
12
plugin/google_maps/index.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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();
|
||||
Reference in New Issue
Block a user