Your IP : 216.73.216.224


Current Path : /var/www/html/administrator/components/com_rsfirewall/helpers/adapters/
Upload File :
Current File : /var/www/html/administrator/components/com_rsfirewall/helpers/adapters/fieldset.php

<?php
/**
 * @package    RSFirewall!
 * @copyright  (c) 2009 - 2020 RSJoomla!
 * @link       https://www.rsjoomla.com
 * @license    GNU General Public License http://www.gnu.org/licenses/gpl-3.0.en.html
 */

$jversion = new JVersion();
if ($jversion->isCompatible('3.0')) {
	require_once dirname(__FILE__).'/3.0/'.basename(__FILE__);
} elseif ($jversion->isCompatible('2.5')) {
	require_once dirname(__FILE__).'/2.5/'.basename(__FILE__);
}