HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wptoho/wp-content/plugins/defender-security/src/behavior/wpmudev-const-interface.php
<?php
/**
 * Constants of WPMUDEV class.
 *
 * @package WP_Defender\Behavior
 */

namespace WP_Defender\Behavior;

interface WPMUDEV_Const_Interface {

	public const API_SCAN_SIGNATURE           = 'yara_scan', API_SCAN_KNOWN_VULN = 'known_vulnerability';
	public const API_AUDIT                    = 'audit_logging', API_AUDIT_ADD = 'audit_logging_add';
	public const API_BLACKLIST                = 'blacklist', API_HUB_SYNC = 'hub_sync';
	public const API_PACKAGE_CONFIGS          = 'package_configs';
	public const API_GLOBAL_IP_LIST           = 'global_ip_list';
	public const API_IP_BLOCKLIST_SUBMIT_LOGS = 'ip_blocklist_submit_logs';
	public const API_ANTIBOT_GLOBAL_FIREWALL  = 'antibot_global_firewall';
}