PATH:
home
/
vcomplcotr
/
www
/
wp-content
/
plugins
/
akeebabackupwp
/
app
/
Solo
/
ViewTemplates
/
Main
<?php /** * @package solo * @copyright Copyright (c)2014-2025 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ use Awf\Html; use Awf\Text\Text; defined('_AKEEBA') or die(); // Used for type hinting /** @var \Solo\View\Main\Html $this */ $router = $this->container->router; $token = $this->container->session->getCsrfToken()->getValue(); ?> <section class="akeeba-panel--primary"> <header class="akeeba-block-header"> <h3> <span class="akion-ios-play"></span> @lang('COM_AKEEBA_CPANEL_HEADER_QUICKBACKUP') </h3> </header> <div class="akeeba-grid"> @foreach($this->quickIconProfiles as $qiProfile) <form action="{{ $router->route('index.php?view=backup') }}" method="post"> <a class="oneclick akeeba-action--green" href="#"> <span class="akion-play"></span> <span>{{ $qiProfile->description }} </span> </a> <input type="hidden" name="autostart" value="1" /> <input type="hidden" name="profile" value="{{ (int) $qiProfile->id }}" /> <input type="hidden" name="{{ $token }}" value="1" /> </form> @endforeach </div> </section>
[+]
..
[-] paypal.blade.php
[edit]
[-] warnings.blade.php
[edit]
[-] latest_backup.blade.php
[edit]
[-] icons_system.blade.php
[edit]
[-] icons_advanced.blade.php
[edit]
[-] icons_basic.blade.php
[edit]
[-] status.blade.php
[edit]
[-] profile.blade.php
[edit]
[-] warning_adblock.blade.php
[edit]
[-] default.blade.php
[edit]
[-] migreight.blade.php
[edit]
[-] icons_troubleshooting.blade.php
[edit]
[-] oneclick.blade.php
[edit]
[-] icons_includeexclude.blade.php
[edit]