Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_community/views/troubleshoots/tmpl/systemrequirements.php
Ðазад
<?php /** * @copyright (C) 2013 iJoomla, Inc. - All rights reserved. * @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html) * @author iJoomla.com <webmaster@ijoomla.com> * @url https://www.jomsocial.com/license-agreement * The PHP code portions are distributed under the GPL license. If not otherwise stated, all images, manuals, cascading style sheets, and included JavaScript *are NOT GPL, and are released under the IJOOMLA Proprietary Use License v1.0 * More info at https://www.jomsocial.com/license-agreement */ use Joomla\CMS\Language\Text; defined('_JEXEC') or die('Restricted access'); ?> <table class="table table-condensed"> <thead> <tr> <th></th> <th><?php echo Text::_('COM_COMMUNITY_TROUBLESHOOTS_MINIMUM_REQUIRED'); ?></th> <th><?php echo Text::_('COM_COMMUNITY_TROUBLESHOOTS_RECOMMENDED'); ?></th> <th><?php echo Text::_('COM_COMMUNITY_TROUBLESHOOTS_CUREENT'); ?></th> <th><?php echo Text::_('COM_COMMUNITY_TROUBLESHOOTS_DESCRIPTION'); ?></th> <th><?php echo Text::_('COM_COMMUNITY_TROUBLESHOOTS_HELP'); ?></th> </tr> </thead> <tbody> <!--php--> <?php foreach ($this->systemRequirements as $name => $systemRequirements) : ?> <?php foreach ($systemRequirements as $systemRequirement) : ?> <tr class="<?php echo ($systemRequirement['current'][0]) ? '' : 'error'; ?>"> <!-- Group --> <td><?php echo $name; ?></td> <?php foreach ($systemRequirement as $key => $value) { ?> <?php if ($key == 'current') { ?> <?php if (count($value) == 2) { ?> <td><?php echo $value[1]; ?> <i class="<?php echo ($value[0]) ? "js-icon-ok" : "js-icon-remove"; ?>"></i></td> <?php } else { ?> <td><i class="<?php echo ($value[0]) ? "js-icon-ok" : "js-icon-remove"; ?>"></i></td> <?php } ?> <?php } else { ?> <td> <?php echo $value; ?> </td> <?php } ?> <?php } ?> </tr> <?php endforeach; ?> <?php endforeach; ?> </tbody> </table>
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка