__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?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
use Joomla\CMS\Component\ComponentHelper;

defined('_JEXEC') || die();

?>

<?= $this->loadAnyTemplate('Controlpanel/warnings') ?>

<?php // Main area ?>
<div class="container">
	<div class="row">
		<?php // LEFT COLUMN (66% desktop width) ?>
		<div class="col col-12 col-lg-8">
			<?php // Active profile switch ?>
			<?= $this->loadAnyTemplate('Controlpanel/profile') ?>

			<?php //  One Click Backup icons ?>
			<?php if( ! (empty($this->quickIconProfiles)) && $this->permissions['backup']): ?>
				<?= $this->loadAnyTemplate('Controlpanel/oneclick') ?>
			<?php endif ?>

			<?php // Web Push ?>
			<?php
			if (ComponentHelper::getParams('com_akeebabackup')->get('push_preference') === 'webpush') {
				echo $this->loadAnyTemplate('Controlpanel/webpush');
			}
			?>

			<?php //  Basic operations ?>
			<?= $this->loadAnyTemplate('Controlpanel/icons_basic') ?>

			<?php //  Core Upgrade ?>
			<?= $this->loadAnyTemplate('Controlpanel/upgrade') ?>

			<?php //  Troubleshooting ?>
			<?= $this->loadAnyTemplate('Controlpanel/icons_troubleshooting') ?>

			<?php //  Advanced operations ?>
			<?= $this->loadAnyTemplate('Controlpanel/icons_advanced') ?>

			<?php //  Include / Exclude data ?>
			<?php if($this->permissions['configure']): ?>
				<?= $this->loadAnyTemplate('Controlpanel/icons_includeexclude') ?>
			<?php endif ?>
		</div>
		<?php //  RIGHT COLUMN (33% desktop width) ?>
		<div class="col-12 col-lg-4">
			<?php //  Status Summary ?>
			<?= $this->loadAnyTemplate('Controlpanel/sidebar_status') ?>

			<?php //  Backup stats ?>
			<?= $this->loadAnyTemplate('Controlpanel/sidebar_backup') ?>
		</div>
	</div>

	<div class="row">
		<div class="col">
			<?php //  Footer ?>
			<?= $this->loadAnyTemplate('Controlpanel/footer') ?>
		</div>
	</div>
</div>

Filemanager

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
Filemanager