uawdijnntqw1x1x1
IP : 216.73.217.104
Hostname : webm007.cluster114.gra.hosting.ovh.net
Kernel : Linux webm007.cluster114.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
locationbo
/
www
/
administrator
/
.
/
components
/
com_admintools
/
tmpl
/
Redirections
/
form.blade.php
/
/
<?php /** * @package admintools * @copyright Copyright (c)2010-2021 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ /** @var $this Akeeba\AdminTools\Admin\View\Redirections\Html */ defined('_JEXEC') || die; $baseUri = \Joomla\CMS\Uri\Uri::base(); if (substr($baseUri, -14) == 'administrator/') { $baseUri = substr($baseUri, 0, -14); } ?> @extends('any:lib_fof40/Common/edit') @section('edit-form-body') <div class="akeeba-container--66-33"> <div> <div class="akeeba-form-group"> <label for="dest"> @lang('COM_ADMINTOOLS_LBL_REDIRECTION_DEST') </label> <div class="akeeba-input-group"> <span>{{ $baseUri }}</span> <input type="text" name="dest" id="dest" value="{{{ $this->item->dest }}}" /> </div> <p class="akeeba-help-text"> @lang('COM_ADMINTOOLS_REDIRECTIONS_FIELD_DEST_DESC') </p> </div> <div class="akeeba-form-group"> <label for="source"> @lang('COM_ADMINTOOLS_LBL_REDIRECTION_SOURCE') </label> <input type="text" name="source" id="source" value="{{{ $this->item->source }}}" /> <p class="akeeba-help-text"> @lang('COM_ADMINTOOLS_REDIRECTIONS_FIELD_SOURCE_DESC') </p> </div> <div class="akeeba-form-group"> <label for="keepurlparams"> @lang('COM_ADMINTOOLS_REDIRECTIONS_FIELD_KEEPURLPARAMS') </label> {{ \Akeeba\AdminTools\Admin\Helper\Select::keepUrlParamsList('keepurlparams', null, $this->item->keepurlparams) }} <p class="akeeba-help-text"> @lang('COM_ADMINTOOLS_REDIRECTIONS_FIELD_KEEPURLPARAMS_DESC') </p> </div> <div class="akeeba-form-group"> <label for="dest"> @lang('JPUBLISHED') </label> @jhtml('FEFHelp.select.booleanswitch', 'published', $this->item->published) <p class="akeeba-help-text"> @lang('COM_ADMINTOOLS_REDIRECTIONS_FIELD_PUBLISHED_DESC') </p> </div> </div> </div> @stop
/home/locationbo/www/administrator/./components/com_admintools/tmpl/Redirections/form.blade.php