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('Restricted access'); class RsformModelUpdates extends JModelLegacy { public function getSideBar() { require_once JPATH_COMPONENT.'/helpers/toolbar.php'; return RSFormProToolbarHelper::render(); } }