PATH:
home
/
vcomplcotr
/
www
/
wp-content
/
plugins
/
akeebabackupwp
/
app
/
Solo
/
ViewTemplates
/
CommonTemplates
<?php /** * @package solo * @copyright Copyright (c)2014-2025 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ defined('_AKEEBA') or die(); ?> {{-- (S)FTP connection test --}} <div class="modal fade" id="testFtpDialog" tabindex="-1" role="dialog" aria-labelledby="testFtpDialogLabel" aria-hidden="true" style="display:none;"> <div class="akeeba-renderer-fef <?php echo ($this->getContainer()->appConfig->get('darkmode', -1) == 1) ? 'akeeba-renderer-fef--dark' : '' ?>"> <h4 class="modal-title" id="testFtpDialogLabel"></h4> <div class="akeeba-block--success" id="testFtpDialogBodyOk"></div> <div class="akeeba-block--failure" id="testFtpDialogBodyFail"></div> </div> </div>
[+]
..
[-] FolderBrowser.blade.php
[edit]
[-] FTPConnectionTest.blade.php
[edit]
[-] ProfileName.blade.php
[edit]
[-] FTPBrowser.blade.php
[edit]
[-] ErrorModal.blade.php
[edit]
[-] SFTPBrowser.blade.php
[edit]