shell bypass 403
<?xml version="1.0" encoding="utf-8"?>
<!--~
~ @package admintools
~ @copyright Copyright (c)2010-2024 Nicholas K. Dionysopoulos / Akeeba Ltd
~ @license GNU General Public License version 3, or later
-->
<form addfieldprefix="Akeeba\Component\AdminTools\Administrator\Field">
<config>
<inlinehelp button="show"/>
</config>
<fieldset name="details">
<!-- This field is required for saving an edited record correctly. DO NOT REMOVE. -->
<field
name="id"
type="hidden"
readonly="true"
class="readonly"
/>
<field
name="your_ip"
type="note"
label="COM_ADMINTOOLS_ADMINALLOWLIST_LBL_YOURIP"
description="COM_ADMINTOOLS_ADMINALLOWLIST_LBL_YOURIP_PLACEHOLDER"
class="alert alert-info w-100"
heading="h4"
/>
<field
name="ip"
type="text"
label="COM_ADMINTOOLS_ADMINALLOWLIST_LBL_IP"
description="COM_ADMINTOOLS_ADMINALLOWLIST_LBL_IP_DESC"
required="true"
/>
<field
name="description"
type="text"
label="COM_ADMINTOOLS_ADMINALLOWLIST_LBL_DESCRIPTION"
description="COM_ADMINTOOLS_ADMINALLOWLIST_LBL_DESCRIPTION_DESC"
/>
</fieldset>
</form>