Current Path :
/
home
/
develito
/
httpdocs
/
plugins
/
finder
/
jevents
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/develito/httpdocs/plugins/finder/jevents/jevents.php
<?php /** * @copyright copyright (C) 2012-2025 GWESystems Ltd - All rights reserved * * @license GNU General Public License version 2 or later; see LICENSE */ defined('JPATH_BASE') or die; if (version_compare(JVERSION, '3.99.99', ">")) { include_once 'jevents4.php'; } else { include_once 'jevents3.php'; }