Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_rsfirewall/helpers/adapter.php
Ðазад
<?php /* * @package RSFirewall! * @copyright (c) 2009 - 2024 RSJoomla! * @link https://www.rsjoomla.com/joomla-extensions/joomla-security.html * @license GNU General Public License https://www.gnu.org/licenses/gpl-3.0.en.html */ \defined('_JEXEC') or die; /* Autoloader function and registration */ function RSFirewallAutoload($class) { $class = strtolower($class); $prefix = 'rsfirewalladapter'; if (strpos($class, $prefix) === 0) { // Grab name and filter it $name = preg_replace('/[^a-z]/i', '', substr($class, strlen($prefix))); // Supported Joomla! versions $versions = array('4.0', '3.0'); // Iterate through and find the first available class foreach ($versions as $version) { $file = __DIR__ . '/adapters/' . $version . '/' . $name . '.php'; if (version_compare(JVERSION, $version, '>=') && file_exists($file)) { require_once $file; break; } } } } spl_autoload_register('RSFirewallAutoload');
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка