Файловый менеджер - Редактировать - /home/lmsyaran/public_html/administrator/components/com_rsticketspro/views/department/tmpl/edit_uploads.php
Назад
<?php /** * @package RSTickets! Pro * * @copyright (c) 2010 - 2016 RSJoomla! * @link https://www.rsjoomla.com * @license GNU General Public License http://www.gnu.org/licenses/gpl-3.0.en.html */ defined('_JEXEC') or die('Restricted access'); // set description if required if (isset($this->fieldset->description) && !empty($this->fieldset->description)) { ?> <?php echo JText::_($this->fieldset->description); ?> <?php } ?> <?php $this->field->startFieldset(); foreach ($this->fields as $field) { echo $this->form->renderField($field->fieldname); if ($field->fieldname == 'upload_size') { $label = ''; $input = '<div class="rst_text">'.JText::sprintf('RST_UPLOADS_MAX_FILESIZE', $this->php_values['upload_max_filesize']).'<br />'.JText::sprintf('RST_UPLOADS_POST_MAX_SIZE', $this->php_values['post_max_size']).'</div>'; $this->field->showField($label, $input); } if ($field->fieldname == 'upload_files') { $label = ''; $input = '<div class="rst_text">'.JText::sprintf('RST_UPLOADS_MAX_FILES', $this->php_values['max_file_uploads']).'</div>'; $this->field->showField($label, $input); } } $this->field->endFieldset();
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка