Joomla! PHP Cross Reference Web Portals

Source: /administrator/components/com_finder/finder.php - 19 lines - 564 bytes - Text - Print

   1  <?php
   2  /**
   3   * @package     Joomla.Administrator
   4   * @subpackage  com_finder
   5   *
   6   * @copyright   Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
   7   * @license     GNU General Public License version 2 or later; see LICENSE
   8   */
   9  
  10  defined('_JEXEC') or die;
  11  
  12  if (!JFactory::getUser()->authorise('core.manage', 'com_finder'))
  13  {
  14      return JError::raiseWarning(404, JText::_('JERROR_ALERTNOAUTHOR'));
  15  }
  16  
  17  $controller    = JControllerLegacy::getInstance('Finder');
  18  $controller->execute(JFactory::getApplication()->input->get('task'));
  19  $controller->redirect();

title

Description

title

Description

title

Description

title

title

Body