Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
clone
/
wp-conte...
/
plugins
/
ninja-fo...
/
includes
/
Telemetr...
•
File:
MetricFactory.php
•
Content:
<?php class NF_Telemetry_MetricFactory { public static function create( $metric, $option, $default = 0 ) { $metric_class = 'NF_Telemetry_' . $metric; $repository = new NF_Telemetry_MetricRepository( $option, $default ); return new $metric_class( $repository ); } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List