Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
wordfenc...
/
modules
/
login-se...
/
classes
/
utility
•
File:
measuredstring.php
•
Content:
<?php namespace WordfenceLS; class Utility_MeasuredString { public $string; public $length; public function __construct($string) { $this->string = $string; $this->length = strlen($string); } public function __toString() { return $this->string; } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List