AnonSec Shell
Server IP : 52.91.253.208  /  Your IP : 3.147.75.221   [ Reverse IP ]
Web Server : Apache
System : Linux ip-172-26-9-9 4.19.0-25-cloud-amd64 #1 SMP Debian 4.19.289-1 (2023-07-24) x86_64
User : daemon ( 1)
PHP Version : 7.3.18
Disable Function : NONE
Domains : 3 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/php-compatibility-checker/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/php-compatibility-checker/load-files.php
<?php
/**
 * Dependency loader
 *
 * @package WPEngine\PHPCompat
 * @since 1.0.0
 */

// Exit if this file is directly accessed.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Loads the plugin files.
 */
function wpephpcompat_load_files() {
	require_once dirname( __FILE__ ) . '/src/wpephpcompat.php';

	if ( version_compare( phpversion(), '5.3', '<' ) ) {
		$autoload_file = dirname( __FILE__ ) . '/php52/vendor/autoload_52.php';
	} else {
		$autoload_file = dirname( __FILE__ ) . '/vendor/autoload.php';
	}

	require_once $autoload_file;

	if ( defined( 'WP_CLI' ) && WP_CLI ) {
		require_once dirname( __FILE__ ) . '/src/wpcli.php';
	}
}

wpephpcompat_load_files();

Anon7 - 2022
AnonSec Team