Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_osmembership/view/mitem/html.php
Ðазад
<?php /** * @package Joomla * @subpackage Membership Pro * @author Tuan Pham Ngoc * @copyright Copyright (C) 2012 - 2025 Ossolution Team * @license GNU/GPL, see LICENSE.php */ defined('_JEXEC') or die; class OSMembershipViewMitemHtml extends MPFViewItem { /** * Messages in the extension * * @var MPFConfig */ protected $message; /** * Buttons which will be hidden on edit message item * * @var array */ protected $hideButtons = ['save2new', 'save2copy']; /** * Prepare data for the view * * @throws Exception */ protected function prepareView() { parent::prepareView(); if (!$this->item->id) { throw new Exception('Message item not found', 404); } $this->message = OSMembershipHelper::getMessages(); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка