OwlCyberSecurity - MANAGER
Edit File: fb11badc73a08d04057a191fdf20a12c6e38e2fd.php
<?php /* /home/annegardxb/www/so-assurances/administrator/components/com_akeeba/tmpl/ControlPanel/icons_includeexclude.blade.php */ ?> <?php /** * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ /** @var $this \Akeeba\Backup\Admin\View\ControlPanel\Html */ // Protect from unauthorized access defined('_JEXEC') || die(); ?> <section class="akeeba-panel--info"> <header class="akeeba-block-header"> <h3><?php echo \Joomla\CMS\Language\Text::_('COM_AKEEBA_CPANEL_HEADER_INCLUDEEXCLUDE'); ?></h3> </header> <div class="akeeba-grid"> <?php if(AKEEBA_PRO): ?> <a class="akeeba-action--green" href="index.php?option=com_akeeba&view=MultipleDatabases"> <span class="akion-arrow-swap"></span> <?php echo \Joomla\CMS\Language\Text::_('COM_AKEEBA_MULTIDB'); ?> </a> <a class="akeeba-action--green" href="index.php?option=com_akeeba&view=IncludeFolders"> <span class="akion-folder"></span> <?php echo \Joomla\CMS\Language\Text::_('COM_AKEEBA_INCLUDEFOLDER'); ?> </a> <?php endif; ?> <a class="akeeba-action--red" href="index.php?option=com_akeeba&view=FileFilters"> <span class="akion-filing"></span> <?php echo \Joomla\CMS\Language\Text::_('COM_AKEEBA_FILEFILTERS'); ?> </a> <a class="akeeba-action--red" href="index.php?option=com_akeeba&view=DatabaseFilters"> <span class="akion-ios-grid-view"></span> <?php echo \Joomla\CMS\Language\Text::_('COM_AKEEBA_DBFILTER'); ?> </a> <?php if(AKEEBA_PRO): ?> <a class="akeeba-action--red" href="index.php?option=com_akeeba&view=RegExFileFilters"> <span class="akion-ios-folder"></span> <?php echo \Joomla\CMS\Language\Text::_('COM_AKEEBA_REGEXFSFILTERS'); ?> </a> <a class="akeeba-action--red" href="index.php?option=com_akeeba&view=RegExDatabaseFilters"> <span class="akion-ios-box"></span> <?php echo \Joomla\CMS\Language\Text::_('COM_AKEEBA_REGEXDBFILTERS'); ?> </a> <?php endif; ?> </div></section>