PHP 8.2.31
Preview: fs.php Size: 506 B
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/malcare-security/protect/logger/fs.php

<?php
if (!defined('ABSPATH') && !defined('MCDATAPATH')) exit;

if (!class_exists('MCProtectLoggerFS_V648')) :
class MCProtectLoggerFS_V648 {
	public $logFile;

	function __construct($filename) {
		$this->logFile = $filename;
	}

	public function log($data) {
		$_data = serialize($data);
		$str = "bvlogbvlogbvlog" . ":";
		$str .= strlen($_data) . ":" . $_data;
		// phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log -- logging required
		error_log($str, 3, $this->logFile);
	}
}
endif;

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
672 B lrw-r--r-- 2026-06-07 01:29:47
Edit Download
506 B lrw-r--r-- 2026-06-07 01:29:47
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).