Your IP : 216.73.216.231


Current Path : /home/digilove/public_html/components/com_marketplace/
Upload File :
Current File : /home/digilove/public_html/components/com_marketplace/marketplace.php

<?php
/**
 * Marketplace - Component Marketplace 
 * ********************************************************************
 *
 * PHP version 7.0
 *
 * @category   Component
 * @package    Joomla
 * @author     WebKul software private limited <support@webkul.com>
 * @copyright  2010 WebKul software private limited
 * @license    http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 * @version    GIT:5.2
 * @filesource http://store.webkul.com
 * @link       Technical Support:  webkul.uvdesk.com
 * ********************************************************************
 */

// no direct access
defined('_JEXEC') or die('Restricted access');
if (!class_exists('MarketplaceHelper')) {
    include JPATH_ADMINISTRATOR.DIRECTORY_SEPARATOR.'components'.
    DIRECTORY_SEPARATOR.'com_marketplace'.DIRECTORY_SEPARATOR.'helpers'.
    DIRECTORY_SEPARATOR.'marketplace.php';
}
$controller = JControllerLegacy::getInstance('Marketplace');
$controller->execute(JFactory::getApplication()->input->get('task'));
$controller->redirect();