__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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
*/
// Protect from unauthorized access
defined('_JEXEC') || die();
use Akeeba\Component\AkeebaBackup\Administrator\View\Upload\HtmlView;
use Joomla\CMS\Language\Text;
/** @var HtmlView $this */
$errorParts = explode("\n", $this->errorMessage, 2);
?>
<div class="alert alert-danger">
<?php if (!empty($this->errorMessage)): ?>
<h3 class="alert-heading">
<?= Text::_('COM_AKEEBABACKUP_TRANSFER_MSG_FAILED') ?>
</h3>
<p>
<?= $errorParts[0] ?>
</p>
<?php if(isset($errorParts[1])): ?>
<pre><?= $errorParts[1] ?></pre>
<?php endif ?>
<?php else: ?>
<?= Text::_('COM_AKEEBABACKUP_TRANSFER_MSG_FAILED') ?>
<?php endif; ?>
</div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| default.php | File | 667 B | 0664 |
|
| done.php | File | 398 B | 0664 |
|
| error.php | File | 855 B | 0664 |
|
| uploading.php | File | 957 B | 0664 |
|