File Manager

Current Directory: /home/astoriaah/www/media/fef
Viewing File: /home/astoriaah/www/media/fef/version.php
<?php /** * Akeeba Frontend Framework (FEF) * * @package fef * @copyright (c) 2017-2022 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ // Protect from unauthorized access defined('_JEXEC') or die; define('AKEEBAFEF_VERSION', '2.1.0'); define('AKEEBAFEF_DATE', '2022-02-17');