PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
wp-simple-firewall
<?php declare( strict_types=1 ); if ( !\defined( 'ABSPATH' ) ) { exit(); } require_once( __DIR__.'/src/lib/vendor/autoload.php' ); /** We initialise our Carbon early. */ @\class_exists( '\Carbon\Carbon' );
[+]
templates
[-] .htaccess
[edit]
[+]
src
[-] readme.txt
[edit]
[-] plugin.json
[edit]
[+]
assets
[-] plugin_autoload.php
[edit]
[+]
flags
[-] uninstall.php
[edit]
[+]
languages
[-] cl.json
[edit]
[-] plugin_init.php
[edit]
[-] unsupported.php
[edit]
[-] plugin_compatibility.php
[edit]
[-] icwp-wpsf.php
[edit]
[+]
..