11 lines
239 B
PHP
11 lines
239 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
|
|
*/
|
|
define('TABLE_GOOGLE_MAPS', 'plugin_google_maps');
|