PATH:
home
/
centosnipponia
/
public_html
/
nipponiacar
/
wp-content
/
plugins
/
ninja-forms
/
includes
/
Telemetry
<?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 ); } }
[+]
..
[-] CountMetric.php
[edit]
[-] MaxMetric.php
[edit]
[-] MetricFactory.php
[edit]
[-] Metric.php
[edit]
[-] MetricRepository.php
[edit]
[-] RepositoryInterface.php
[edit]
[-] .htaccess.disabled
[edit]