Файловый менеджер - Редактировать - /home/digitalm/yhubita/wp-content/plugins/anti-spam/libs/api-client/entity/class.security.php
Назад
<?php namespace WBCR\Titan\Client\Entity; use WBCR\Titan\Client\Loader; /** * Class Security * @package WBCR\Titan\Client\Entity * * @author Alexander Gorenkov <g.a.androidjc2@ya.ru> */ class Security extends Loader { /** * @var Malware[] */ public $malware = []; /** * Security constructor. * * @param array $malware */ public function __construct( $malware ) { foreach ( $malware as $item ) { $this->malware[] = Malware::from_array( $item ); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.04 |
proxy
|
phpinfo
|
Настройка