<?php/** * @package Joomla.Site * @subpackage com_content_custom * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */defined('_JEXEC')ordie;JLoader::register('ContentCustomHelperRoute',JPATH_SITE.'/components/com_content_custom/helpers/route.php');JLoader::register('ContentCustomHelperQuery',JPATH_SITE.'/components/com_content_custom/helpers/query.php');$input=JFactory::getApplication()->input;$user=JFactory::getUser();$controller=JControllerLegacy::getInstance('Content');$controller->execute(JFactory::getApplication()->input->get('task'));$controller->redirect();