403Webshell
Server IP : 172.67.158.161  /  Your IP : 3.145.19.185
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/giankuin/dietcontrungnhanh.com/wp-content/plugins/ithemes-security-pro/pro/wp-cli/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/giankuin/dietcontrungnhanh.com/wp-content/plugins/ithemes-security-pro/pro/wp-cli/load.php
<?php
/**
 * Load CLI Commands.
 */

/**
 * Load WP-CLI Commands.
 */
function itsec_load_wp_cli() {

	require_once( dirname( __FILE__ ) . '/class-itsec-wp-cli-command-itsec.php' );
	WP_CLI::add_command( 'itsec', 'ITSEC_WP_CLI_Command_ITSEC' );

	require_once( dirname( __FILE__ ) . '/logs.php' );
	require_once( dirname( __FILE__ ) . '/ban.php' );
	require_once( dirname( __FILE__ ) . '/geo.php' );
	require_once( dirname( __FILE__ ) . '/map.php' );
	require_once( dirname( __FILE__ ) . '/scheduler.php' );
	require_once( dirname( __FILE__ ) . '/modules.php' );
	require_once( dirname( __FILE__ ) . '/settings.php' );
	require_once( dirname( __FILE__ ) . '/lockout.php' );
	require_once( dirname( __FILE__ ) . '/tool.php' );
	require_once( dirname( __FILE__ ) . '/feature-flag.php' );
	require_once( dirname( __FILE__ ) . '/remote-messages.php' );

	$always_active = ITSEC_Modules::get_always_active_modules();

	foreach ( $always_active as $module ) {
		if ( file_exists( dirname( __FILE__ ) . "/{$module}.php" ) ) {
			require_once( dirname( __FILE__ ) . "/{$module}.php" );
		}
	}

	$active = ITSEC_Modules::get_active_modules();

	foreach ( $active as $module ) {
		if ( file_exists( dirname( __FILE__ ) . "/{$module}.php" ) ) {
			require_once( dirname( __FILE__ ) . "/{$module}.php" );
		}
	}
}

add_action( 'itsec_initialized', 'itsec_load_wp_cli' );

Youez - 2016 - github.com/yon3zu
LinuXploit