Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
clone
/
wp-conte...
/
plugins
/
wordfenc...
/
lib
•
File:
wfInvalidPathException.php
•
Content:
<?php class wfInvalidPathException extends RuntimeException { private $path; public function __construct($message, $path) { parent::__construct("{$message} for path {$path}"); $this->path = $path; } public function getPath() { return $this->path; } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List