File: /var/www/vhosts/enlugo.es/httpdocs/wp-content/plugins/google-maps-ready/gmp.php
<?php
/**
* Plugin Name: Google Maps Ready!
* Plugin URI: http://readyshoppingcart.com/product/google-maps-plugin/
* Description: Display custom Google Maps. Set markers and locations with text, images, categories and links. Customize google map without any programming skills
* Version: 1.3.0
* Author: Google Maps plugin
* Author URI: http://readyshoppingcart.com
**/
if(class_exists('frameGmp')) return;
require_once(dirname(__FILE__). DIRECTORY_SEPARATOR. 'config.php');
require_once(dirname(__FILE__). DIRECTORY_SEPARATOR. 'functions.php');
importClassGmp('dbGmp');
importClassGmp('installerGmp');
importClassGmp('baseObjectGmp');
importClassGmp('moduleGmp');
importClassGmp('modelGmp');
importClassGmp('viewGmp');
importClassGmp('controllerGmp');
importClassGmp('helperGmp');
importClassGmp('tabGmp');
importClassGmp('dispatcherGmp');
importClassGmp('fieldGmp');
importClassGmp('tableGmp');
importClassGmp('frameGmp');
importClassGmp('langGmp');
importClassGmp('reqGmp');
importClassGmp('uriGmp');
importClassGmp('htmlGmp');
importClassGmp('responseGmp');
importClassGmp('fieldAdapterGmp');
importClassGmp('validatorGmp');
importClassGmp('errorsGmp');
importClassGmp('utilsGmp');
importClassGmp('modInstallerGmp');
importClassGmp('wpUpdaterGmp');
importClassGmp('installerDbUpdaterGmp');
installerGmp::update();
errorsGmp::init();
dispatcherGmp::doAction('onBeforeRoute');
frameGmp::_()->parseRoute();
dispatcherGmp::doAction('onAfterRoute');
dispatcherGmp::doAction('onBeforeInit');
frameGmp::_()->init();
dispatcherGmp::doAction('onAfterInit');
dispatcherGmp::doAction('onBeforeExec');
frameGmp::_()->exec();
dispatcherGmp::doAction('onAfterExec');