Файловый менеджер - Редактировать - /var/www/html/components/com_kunena/src/Controller/Category/Description/CategoryDescriptionDisplay.php
Ðазад
<?php /** * Kunena Component * * @package Kunena.Site * @subpackage Controller.Category * * @copyright Copyright (C) 2008 - 2026 Kunena Team. All rights reserved. * @license https://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.kunena.org **/ namespace Kunena\Forum\Site\Controller\Category\Description; \defined('_JEXEC') or die(); use Kunena\Forum\Libraries\Controller\KunenaControllerDisplay; use Kunena\Forum\Libraries\Forum\Category\KunenaCategoryHelper; /** * Class ComponentKunenaControllerApplicationMiscDisplay * * @since Kunena 4.0 */ class CategoryDescriptionDisplay extends KunenaControllerDisplay { /** * @var string * @since Kunena 6.0 */ protected $name = 'Category/Description'; /** * Prepare category display. * * @return void * * @since Kunena 6.0 * * @throws null */ protected function before() { parent::before(); $catid = $this->input->getInt('catid'); $category = KunenaCategoryHelper::get($catid); $category->tryAuthorise(); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка