Your IP : 216.73.216.177


Current Path : /home/ahrcaeuege/www/administrator/components/com_akeebabackup/
Upload File :
Current File : /home/ahrcaeuege/www/administrator/components/com_akeebabackup/version.php

<?php
/**
 * @package   akeebabackup
 * @copyright Copyright (c)2006-2022 Nicholas K. Dionysopoulos / Akeeba Ltd
 * @license   GNU General Public License version 3, or later
 */

// Protect from unauthorized access
defined('_JEXEC') or die();

// Uncomment the following line to enable development mode
// defined('AKEEBADEBUG') || define('AKEEBADEBUG', 1);

defined('AKEEBABACKUP_PRO') || define('AKEEBABACKUP_PRO', '0');
defined('AKEEBABACKUP_VERSION') || define('AKEEBABACKUP_VERSION', '9.3.0');
defined('AKEEBABACKUP_DATE') || define('AKEEBABACKUP_DATE', '2022-08-22');