Current Path: > home > transcarter > public_html > wp-content > plugins > query-monitor > data
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
admin.php | File | 606 bytes | July 17 2025 21:05:45. | |
assets.php | File | 930 bytes | July 17 2025 21:05:45. | |
block_editor.php | File | 492 bytes | July 17 2025 21:05:45. | |
cache.php | File | 566 bytes | July 17 2025 21:05:45. | |
caps.php | File | 607 bytes | July 17 2025 21:05:45. | |
conditionals.php | File | 332 bytes | July 17 2025 21:05:45. | |
db_callers.php | File | 365 bytes | July 17 2025 21:05:45. | |
db_components.php | File | 364 bytes | July 17 2025 21:05:45. | |
db_dupes.php | File | 571 bytes | July 17 2025 21:05:45. | |
db_queries.php | File | 872 bytes | July 17 2025 21:05:45. | |
doing_it_wrong.php | File | 396 bytes | July 17 2025 21:05:45. | |
environment.php | File | 1409 bytes | July 17 2025 21:05:45. | |
fallback.php | File | 252 bytes | July 17 2025 21:05:45. | |
hooks.php | File | 597 bytes | July 17 2025 21:05:45. | |
http.php | File | 801 bytes | July 17 2025 21:05:45. | |
languages.php | File | 815 bytes | July 17 2025 21:05:45. | |
logger.php | File | 540 bytes | July 17 2025 21:05:45. | |
multisite.php | File | 333 bytes | July 17 2025 21:05:45. | |
overview.php | File | 783 bytes | July 17 2025 21:05:45. | |
php_errors.php | File | 922 bytes | July 17 2025 21:05:45. | |
raw_request.php | File | 272 bytes | July 17 2025 21:05:45. | |
redirect.php | File | 286 bytes | July 17 2025 21:05:45. | |
request.php | File | 723 bytes | July 17 2025 21:05:45. | |
theme.php | File | 1265 bytes | July 17 2025 21:05:45. | |
timing.php | File | 284 bytes | July 17 2025 21:05:45. | |
transients.php | File | 482 bytes | July 17 2025 21:05:45. |
<?php declare(strict_types = 1); /** * Environment data transfer object. * * @package query-monitor */ class QM_Data_Environment extends QM_Data { /** * @TODO data class * @var array<string, mixed> * @phpstan-var array{ * variables: array<string, string|null>, * version: string|false, * sapi: string|false, * user: string, * old: bool, * extensions: array<string, string>, * error_reporting: int, * error_levels: array<string, bool>, * } */ public $php; /** * @TODO data class * @var array<string, mixed> * @phpstan-var array{ * info: array{ * server-version: string, * extension: string|null, * client-version: string|null, * user: string, * host: string, * database: string, * }, * vars: array<string, bool|string>, * variables: list<stdClass>, * } */ public $db; /** * @TODO data class * @var array<string, mixed> * @phpstan-var array{ * version: string, * environment_type: string, * development_mode?: string, * constants: array<string, string>, * }> */ public $wp; /** * @TODO data class * @var array<string, mixed> * @phpstan-var array{ * name: string, * version: string|null, * address: string|null, * host: string|null, * OS: string|null, * arch: string|null, * basicauth: 'true'|'false', * }> */ public $server; }
SILENT KILLER Tool