Your IP : 216.73.216.84


Current Path : /home/h/e/l/helpink/www/components/com_search/
Upload File :
Current File : /home/h/e/l/helpink/www/components/com_search/search.php

<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_search
 *
 * @copyright   (C) 2005 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$controller = JControllerLegacy::getInstance('Search');
$controller->execute(JFactory::getApplication()->input->get('task'));
$controller->redirect();