MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/intelvision.co.ke/components/com_osmap/
File Upload :
Current < : /hermes/bosweb/b1705/intelvision.co.ke/components/com_osmap/controller.php

<?php
/**
 * @package   OSMap
 * @copyright 2007-2014 XMap - Joomla! Vargas - Guillermo Vargas. All rights reserved.
 * @copyright 2016 Open Source Training, LLC. All rights reserved.
 * @contact   www.joomlashack.com, help@joomlashack.com
 * @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
 */

defined('_JEXEC') or die();

jimport('joomla.application.component.controller');

/**
 * OSMap Component Controller
 *
 * @package        OSMap
 * @subpackage     com_osmap
 */
class OSMapController extends JControllerLegacy
{
    protected $default_view = 'xml';
}