Files
idpan.poznan.pl/administrator/components/com_akeebabackup/tmpl/controlpanel/footer.php
2026-02-08 21:16:11 +01:00

30 lines
1.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* @package akeebabackup
* @copyright Copyright (c)2006-2022 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
/** @var $this \Akeeba\Component\AkeebaBackup\Administrator\View\Controlpanel\HtmlView */
// Protect from unauthorized access
defined('_JEXEC') || die();
?>
<div class="mt-3 p-3 bg-light border-top border-4 d-flex flex-column">
<p class="text-muted">
Copyright 2006-<?= date('Y') ?> <a href="https://www.akeeba.com">Akeeba Ltd</a>. All legal rights reserved.
<br/>
Akeeba Backup is Free Software and is distributed under the terms of the
<a href="http://www.gnu.org/licenses/gpl-3.0.html">GNU General Public License</a>, version 3 or
at your option - any later version.
</p>
<?php if(AKEEBABACKUP_PRO != 1): ?>
<p>
If you use Akeeba Backup Core, please post a rating and a review at the
<a href="https://extensions.joomla.org/extensions/extension/access-a-security/site-security/akeeba-backup/">Joomla! Extensions Directory</a>.
</p>
<?php endif; ?>
</div>