AnonSec Shell
Server IP : 52.91.253.208  /  Your IP : 18.118.253.55   [ 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_old/jetpack/modules/

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_old/jetpack/modules/pwa.php
<?php
/**
 * Module Name: Progressive Web Apps
 * Module Description: Speed up and improve the reliability of your site using the latest in web technology.
 * Sort Order: 38
 * Recommendation Order: 18
 * First Introduced: 5.6.0
 * Requires Connection: Yes
 * Auto Activate: No
 * Module Tags: Developers
 * Feature: Traffic
 * Additional Search Queries: manifest, pwa, progressive
 */

require_once ( JETPACK__PLUGIN_DIR . 'modules/pwa/class.jetpack-pwa-helpers.php' );
require_once ( JETPACK__PLUGIN_DIR . 'modules/pwa/class.jetpack-pwa-manifest.php' );

class Jetpack_PWA {
	/**
	 * @var Jetpack_PWA
	 */
	private static $__instance = null;

	/**
	 * Singleton implementation
	 *
	 * @return Jetpack_PWA
	 */
	public static function instance() {
		if ( is_null( self::$__instance ) ) {
			self::$__instance = new Jetpack_PWA;
		}

		return self::$__instance;
	}

	private function __construct() {
		Jetpack_PWA_Manifest::instance();
	}
}

Jetpack_PWA::instance();

Anon7 - 2022
AnonSec Team