|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /usr/src/litespeed-wp-plugin/1.9.1.1/litespeed-cache/admin/tpl/ |
<?php
if (!defined('WPINC')) die;
$_report = LiteSpeed_Cache_Admin_Report::get_instance() ;
$report = $_report->generate_environment_report();
$env_ref = $_report->get_env_ref() ;
?>
<div class="wrap">
<h1 class="litespeed-h1">
<?php echo __('LiteSpeed Cache Report', 'litespeed-cache'); ?>
</h1>
<span class="litespeed-desc">
v<?php echo LiteSpeed_Cache::PLUGIN_VERSION; ?>
</span>
<hr class="wp-header-end">
</div>
<div class="litespeed-wrap">
<div class="litespeed-body">
<h3 class="litespeed-title"><?php echo __('LiteSpeed Report Number', 'litespeed-cache') ; ?></h3>
<p><?php echo __('Report number', 'litespeed-cache') ; ?>: <b><?php echo $env_ref[ 'num' ] ; ?></b></p>
<p><?php echo __('Report date', 'litespeed-cache') ; ?>: <b><?php echo $env_ref[ 'dateline' ] ; ?></b></p>
<a href="<?php echo LiteSpeed_Cache_Utility::build_url( LiteSpeed_Cache::ACTION_REPORT, LiteSpeed_Cache_Admin_Report::TYPE_SEND_REPORT ) ; ?>" class="litespeed-btn-warning">
<?php echo __( 'Send To LiteSpeed', 'litespeed-cache' ) ; ?>
</a>
<span class="litespeed-desc">
<?php echo __( 'Send this report to LiteSpeed. Refer to this report number when posting in the WordPress support forum.', 'litespeed-cache' ) ; ?>
</span>
<?php include_once LSCWP_DIR . "admin/tpl/inc/api_key.php" ; ?>
<h3 class="litespeed-title"><?php echo __('Report Summary', 'litespeed-cache') ; ?></h3>
<div class="litespeed-desc">
<?php echo __('The environment report contains detailed information about the WordPress configuration.', 'litespeed-cache'); ?>
<br />
<?php echo __('If you run into any issues, please refer to the report number in your support message.', 'litespeed-cache'); ?>
</div>
<textarea id="litespeed-report" rows="20" cols="100" readonly><?php echo $report; ?></textarea>
</div>
</div>