PATH:
home
/
laratrends
/
public_html
/
wp-content
/
plugins
/
malcare-security
/
protect
<?php if (!defined('ABSPATH') && !defined('MCDATAPATH')) exit; if (!class_exists('MCProtectLogger_V648')) : require_once dirname( __FILE__ ) . '/logger/fs.php'; require_once dirname( __FILE__ ) . '/logger/db.php'; class MCProtectLogger_V648 { private $log_destination; const TYPE_FS = 0; const TYPE_DB = 1; function __construct($name, $type = MCProtectLogger_V648::TYPE_DB) { if ($type == MCProtectLogger_V648::TYPE_FS) { $this->log_destination = new MCProtectLoggerFS_V648($name); } else { $this->log_destination = new MCProtectLoggerDB_V648($name); } } public function log($data) { $this->log_destination->log($data); } } endif;
[-] protect.php
[edit]
[-] request.php
[edit]
[-] lib.php
[edit]
[-] fw.php
[edit]
[-] wp_user.php
[edit]
[+]
lib
[+]
fw
[-] logger.php
[edit]
[+]
..
[-] lp.php
[edit]
[+]
prepend
[-] ipstore.php
[edit]
[+]
logger
[+]
ipstore