b0y-101 Mini Shell


Current Path : E:/www2/kidsbangna/wp-content/plugins/wordfence/lib/
File Upload :
Current File : E:/www2/kidsbangna/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();
	}

}

Copyright © 2019 by b0y-101