Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /usr/src/litespeed-wp-plugin/6.4.1/litespeed-cache/cli//debug.cls.php
<?php
namespace LiteSpeed\CLI;
defined('WPINC') || exit();
use LiteSpeed\Debug2;
use LiteSpeed\Report;
use WP_CLI;
/**
* Debug API CLI
*/
class Debug
{
private $__report;
public function __construct()
{
Debug2::debug('CLI_Debug init');
$this->__report = Report::cls();
}
/**
* Send report
*
* ## OPTIONS
*
* ## EXAMPLES
*
* # Send env report to LiteSpeed
* $ wp litespeed-debug send
*
*/
public function send()
{
$num = $this->__report->post_env();
WP_CLI::success('Report Number = ' . $num);
}
}
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | August 19 2024 22:55:08 | root / root | 0755 | |
| | | | | |
crawler.cls.php | 4.84 KB | August 19 2024 22:55:08 | root / root | 0644 | |
debug.cls.php | 0.535 KB | August 19 2024 22:55:08 | root / root | 0644 | |
image.cls.php | 3.277 KB | August 19 2024 22:55:08 | root / root | 0644 | |
online.cls.php | 3.192 KB | August 19 2024 22:55:08 | root / root | 0644 | |
option.cls.php | 8.605 KB | August 19 2024 22:55:08 | root / root | 0644 | |
presets.cls.php | 1.422 KB | August 19 2024 22:55:08 | root / root | 0644 | |
purge.cls.php | 6.66 KB | August 19 2024 22:55:08 | root / root | 0644 | |