Файловый менеджер - Редактировать - /var/www/html/components/com_kunena/template/system/layouts/bbcode/attachment/unauthorised.php
Ðазад
<?php /** * Kunena Component * * @package Kunena.Template.System * @subpackage BBCode * * @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; \defined('_JEXEC') or die(); use Kunena\Forum\Libraries\Exception\KunenaExceptionAuthorise; $attachment = $this->attachment; $user = isset($this->user) ? $this->user : null; // Get authorisation message. $exception = $attachment->tryAuthorise('read', $user, false); if (!$exception) { $exception = new KunenaExceptionAuthorise('Bad Request.', 400); } ?> <div class="kmsgattach"> <?php echo $exception->getMessage(); ?> </div>
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка