OXIESEC PANEL
- Current Dir:
/
/
opt
/
.wp-cli
/
packages
/
vendor
/
wp-cli
/
doctor-command
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/20/2024 11:17:28 AM
rwxr-xr-x
📄
.actrc
129 bytes
03/20/2024 11:17:28 AM
rw-r--r--
📄
.distignore
85 bytes
03/20/2024 11:17:28 AM
rw-r--r--
📄
.editorconfig
591 bytes
03/20/2024 11:17:28 AM
rw-r--r--
📁
.git
-
09/06/2025 12:29:48 PM
rwxr-xr-x
📁
.github
-
03/20/2024 11:17:28 AM
rwxr-xr-x
📄
.gitignore
69 bytes
03/20/2024 11:17:28 AM
rw-r--r--
📄
LICENSE.md
1.03 KB
03/20/2024 11:17:28 AM
rw-r--r--
📄
README.md
10.08 KB
09/06/2025 12:29:48 PM
rw-r--r--
📄
behat.yml
126 bytes
09/06/2025 12:29:48 PM
rw-r--r--
📁
bin
-
03/20/2024 11:17:28 AM
rwxr-xr-x
📄
composer.json
2.25 KB
09/06/2025 12:29:48 PM
rw-r--r--
📄
doctor-command.php
267 bytes
09/06/2025 12:29:48 PM
rw-r--r--
📄
doctor.yml
934 bytes
03/20/2024 11:17:28 AM
rw-r--r--
📁
features
-
09/06/2025 12:29:48 PM
rwxr-xr-x
📄
phpcs.xml.dist
1.71 KB
09/06/2025 12:29:48 PM
rw-r--r--
📁
src
-
09/06/2025 12:29:48 PM
rwxr-xr-x
📄
wp-cli.yml
32 bytes
09/06/2025 12:29:48 PM
rw-r--r--
Editing: doctor-command.php
Close
<?php if ( ! class_exists( 'WP_CLI' ) ) { return; } $wpcli_doctor_autoloader = __DIR__ . '/vendor/autoload.php'; if ( file_exists( $wpcli_doctor_autoloader ) ) { require_once $wpcli_doctor_autoloader; } WP_CLI::add_command( 'doctor', 'WP_CLI\Doctor\Command' );