<?php
/**
* @version $Id: version.php 2452 2022-05-16 16:09:41Z IOS $
* @package Elxis CMS
* @author Elxis Team ( https://www.elxis.org )
* @copyright Copyright (c) 2006-2022 Elxis CMS (https://www.elxis.org). All rights reserved.
* @license Elxis Public License ( https://www.elxis.org/elxis-public-license.html )
* @description Elxis CMS is free software. Read the license for copyright notices and details
************************************************************************************************/
defined('_ELXIS_') or die ('Direct access to this location is not allowed');
$elxis_version = array(
'PRODUCT' => 'Elxis',
'RELEASE' => '5',
'STATUS' => 'Stable',
'LEVEL' => '3',
'REVISION' => '2452',
'CODENAME' => 'Atlas',
'RELDATE' => '2022-05-16 16:09:00', //GMT
'COPYRIGHT' => 'Copyright (C) 2006 - '.date('Y').' elxis.org. All rights reserved.',
'COPYRIGHTURL' => 'Copyright (C) 2006 - '.date('Y').' <a href="https://www.elxis.org" title="Elxis CMS">elxis.org</a>. All rights reserved.',
'POWEREDBY' => 'Powered by <a href="https://www.elxis.org" title="Elxis CMS">Elxis</a> - Open Source CMS.'
);
?>