shell bypass 403
<?php
/**
* @package RSForm! Pro
* @copyright (C) 2007-2019 www.rsjoomla.com
* @license GPL, http://www.gnu.org/copyleft/gpl.html
*/
defined('_JEXEC') or die;
use Joomla\CMS\Language\Text;
Text::script('RSFP_POST_NAME_PLACEHOLDER');
Text::script('RSFP_POST_VALUE_PLACEHOLDER');
Text::script('RSFP_POST_HEADERS_NAME_PLACEHOLDER');
Text::script('RSFP_POST_HEADERS_VALUE_PLACEHOLDER');
Text::script('RSFP_POST_ARE_YOU_SURE_DELETE_THIS_FIELD');
Text::script('RSFP_POST_ARE_YOU_SURE_DELETE_THIS_HEADER');
?>
<fieldset class="form-horizontal">
<legend class="rsfp-legend"><?php echo Text::_('RSFP_POST_TO_LOCATION'); ?></legend>
<?php echo $this->postJForm->renderFieldset('params'); ?>
</fieldset>
<fieldset>
<legend class="rsfp-legend"><?php echo Text::_('RSFP_POST_TO_LOCATION_ADVANCED'); ?></legend>
<?php echo $this->postJForm->renderFieldset('advanced'); ?>
</fieldset>