Akeeba Backup Core (Akeeba Ltd) + FOF 2.4.3/FOF30 3.3.4/FEF libraries; exact 6.1.1 not publicly downloadable -> deployed files (code only, no backup archives). Signed-off-by: LÁZÁR Imre <imre@illusion.hu> Assisted-by: claude-code@claude-opus-4-8
13 lines
324 B
PHP
13 lines
324 B
PHP
<?php
|
|
/**
|
|
* @package AkeebaFEF
|
|
* @copyright Copyright (c)2017-2018 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', '1.0.3');
|
|
define('AKEEBAFEF_DATE', '2018-03-26');
|