__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package akeebabackup
* @copyright Copyright (c)2006-2024 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
namespace Akeeba\Component\AkeebaBackup\Administrator\Field;
defined('_JEXEC') || die();
use Joomla\CMS\Form\Field\TextField;
class UrlencodedField extends TextField
{
protected $type = 'Urlencoded';
protected function getInput()
{
$this->value = urlencode($this->value);
return parent::getInput();
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| AkencryptedField.php | File | 1.32 KB | 0664 |
|
| BackupprofilesField.php | File | 1.56 KB | 0664 |
|
| UrlencodedField.php | File | 495 B | 0664 |
|