Current Path :
/
home
/
develito
/
public_html
/
components
/
com_search
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/public_html/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();