shell bypass 403

Cubjrnet7 Shell


name : version.php
<?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;
	}
}

© 2025 Cubjrnet7