PATH:
home
/
centosnipponia
/
public_html
/
nipponiacar
/
wp-content
/
plugins
/
ninja-forms
/
includes
/
Telemetry
<?php class NF_Telemetry_CountMetric extends NF_Telemetry_Metric { public function increment( $increment = 1 ) { $count = $this->get(); $new_count = $count + $increment; return $this->save( $new_count ); } }
[+]
..
[-] CountMetric.php
[edit]
[-] MaxMetric.php
[edit]
[-] MetricFactory.php
[edit]
[-] Metric.php
[edit]
[-] MetricRepository.php
[edit]
[-] RepositoryInterface.php
[edit]
[-] .htaccess.disabled
[edit]