芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/cansahcab.gob.mx/api/components/com_redirect/src/Controller/RedirectController.php
* @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\Component\Redirect\Api\Controller; \defined('_JEXEC') or die; use Joomla\CMS\MVC\Controller\ApiController; /** * The redirect controller * * @since 4.0.0 */ class RedirectController extends ApiController { /** * The content type of the item. * * @var string * @since 4.0.0 */ protected $contentType = 'links'; /** * The default view for the display method. * * @var string * @since 3.0 */ protected $default_view = 'redirect'; }