Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
clone
/
wp-conte...
/
plugins
/
ninja-fo...
/
includes
/
Telemetr...
•
File:
Metric.php
•
Content:
<?php abstract class NF_Telemetry_Metric { protected $repository; public function __construct( NF_Telemetry_RepositoryInterface $repository ) { $this->repository = $repository; } public function get() { return $this->repository->get(); } public function save( $new_value ) { return $this->repository->save( $new_value ); } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List