Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
clone
/
wp-conte...
/
plugins
/
ninja-fo...
/
includes
/
Telemetr...
•
File:
MaxMetric.php
•
Content:
<?php class NF_Telemetry_MaxMetric extends NF_Telemetry_Metric { public function update( $value ) { $old_max = $this->get(); $new_max = max( $old_max, $value ); return $this->save( $new_max ); } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List