Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_akeebabackup/platform/Joomla/Filter/Stack/StackActionlogs.php
Ðазад
<?php /** * @package akeebabackup * @copyright Copyright 2006-2026 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ namespace Akeeba\Engine\Filter\Stack; use Akeeba\Engine\Filter\Base; // Protection against direct access defined('_JEXEC') || die(); /** * Exclude Joomla 3.9+ actions log table */ class StackActionlogs extends Base { public function __construct() { $this->object = 'dbobject'; $this->subtype = 'content'; $this->method = 'api'; parent::__construct(); } protected function is_excluded_by_api($test, $root) { static $excluded = [ '#__action_logs', ]; // This filter only applies to the main site database. if ($root !== '[SITEDB]') { return false; } // Is it one of the blacklisted tables? if (in_array($test, $excluded)) { return true; } // No match? Just include the file! return false; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка