403Webshell
Server IP : 172.67.158.161  /  Your IP : 3.145.2.87
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/online-files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/giankuin/dietcontrungnhanh.com/wp-content/plugins/ithemes-security-pro/pro/online-files/package-ithemes.php
<?php

/**
 * Class ITSEC_File_Change_Package_iThemes
 */
class ITSEC_File_Change_Package_iThemes implements ITSEC_File_Change_Package {

	/** @var ITSEC_File_Change_Package */
	private $package;

	/** @var string */
	private $identifier;

	/**
	 * ITSEC_File_Change_Package_iThemes constructor.
	 *
	 * @param ITSEC_File_Change_Package $package
	 * @param string                    $identifier
	 */
	public function __construct( ITSEC_File_Change_Package $package, $identifier ) {
		$this->package    = $package;
		$this->identifier = $identifier;
	}

	/**
	 * @inheritdoc
	 */
	public function get_root_path() {
		return $this->package->get_root_path();
	}

	/**
	 * @inheritdoc
	 */
	public function get_version() {
		return $this->package->get_version();
	}

	/**
	 * @inheritdoc
	 */
	public function get_type() {
		return 'ithemes';
	}

	/**
	 * @inheritdoc
	 */
	public function get_identifier() {
		return $this->identifier;
	}

	/**
	 * @inheritDoc
	 */
	public function __toString() {
		return sprintf( __( '%s by SolidWP', 'it-l10n-ithemes-security-pro' ), $this->package );
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit