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