Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
wordfenc...
/
modules
/
login-se...
/
classes
/
utility
•
File:
nulllock.php
•
Content:
<?php namespace WordfenceLS; /** * An implementation of the Utility_Lock that doesn't actually do any locking */ class Utility_NullLock implements Utility_Lock { public function acquire($delay = self::DEFAULT_DELAY) { //Do nothing } public function release() { //Do nothing } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List