✏️ 正在编辑: wfScanFileListItem.php
路径:
/home/eblama1/mintawon.farm/wp-content/plugins/wordfence/lib/wfScanFileListItem.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php require_once __DIR__ . '/wfScanFile.php'; class wfScanFileListItem extends wfScanFile { private $id; private $next; public function __construct($id, $realPath, $wordpressPath, $next = null) { parent::__construct($realPath, $wordpressPath); $this->id = $id; $this->next = $next; } public function getId() { return $this->id; } public function getNext() { return $this->next; } }
💾 保存文件
← 返回文件管理器