shell bypass 403
<?php /** * @package Conditions * @version 25.7.12430 * * @author Peter van Westen <[email protected]> * @link https://regularlabs.com * @copyright Copyright © 2025 Regular Labs All Rights Reserved * @license GNU General Public License version 2 or later */ namespace RegularLabs\Component\Conditions\Administrator\Dispatcher; use Joomla\CMS\Dispatcher\ComponentDispatcher; defined('_JEXEC') or die; class Dispatcher extends ComponentDispatcher { protected function checkAccess() { } }