Your IP : 216.73.216.224


Current Path : /var/www/html/administrator/components/com_miniorange_importexportusers/
Upload File :
Current File : /var/www/html/administrator/components/com_miniorange_importexportusers/controller.php

<?php
/**
 * @package     Joomla.Administrator
 * @subpackage  com_miniorange_importexportusers
 *
 * @copyright   Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
 
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
 
/**
 * General Controller of miniorange import export users component
 *
 * @package     Joomla.Administrator
 * @subpackage  com_miniorange_importexportusers
 * @since       0.0.7
 */
class MiniorangeimportexportusersController extends JControllerLegacy
{
	/**
	 * The default view for the display method.
	 *
	 * @var string
	 * @since 12.2
	 */
	protected $default_view = 'accountsetup';
}