index.php 267 B

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