shell bypass 403
<?php
/**
* @package RSForm! Pro
* @copyright (C) 2007-2019 www.rsjoomla.com
* @license GPL, http://www.gnu.org/licenses/gpl-2.0.html
*/
defined('_JEXEC') or die;
class RSFormProVersion
{
public $version = '3.3.4';
public $key = '2XKJ3KS7JO';
public function __toString()
{
return $this->version;
}
}