403Webshell
Server IP : 172.67.158.161  /  Your IP : 18.191.103.28
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/fingerprinting/entries/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/giankuin/dietcontrungnhanh.com/wp-content/plugins/ithemes-security-pro/pro/fingerprinting/entries/alerts.js
/**
 * WordPress dependencies
 */
import { render } from '@wordpress/element';
import domReady from '@wordpress/dom-ready';
import { setLocaleData } from '@wordpress/i18n';

// Silence warnings until JS i18n is stable.
setLocaleData( { '': {} }, 'ithemes-security-pro' );

/**
 * Internal dependencies
 */
import App from './alerts/app.js';

domReady( () => {
	const toolbarEl = document.getElementById( 'wp-admin-bar-itsec_fingerprinting_login_alerts' );
	const portalEl = document.getElementById( 'itsec-fingerprinting-alerts-root' );
	const noticesEl = document.getElementById( 'wpbody' ) ?? document.body;

	if ( toolbarEl && portalEl ) {
		render(
			<App
				portalEl={ portalEl }
				noticesEl={ noticesEl }
				userId={ Number.parseInt( portalEl.dataset.user, 10 ) }
				blockedUrl={ portalEl.dataset.resetUrl }
				usesRestrict={ portalEl.dataset.usesRestrict }
				showNotice={ portalEl.dataset.showNotice === '1' }
			/>,
			toolbarEl
		);
	}
} );

Youez - 2016 - github.com/yon3zu
LinuXploit