shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Forms
/
Metrics
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
AverageMetric.php
<?php namespace Statamic\Forms\Metrics; class AverageMetric extends AbstractMetric { public function result() { if (! $field = $this->get('field')) { throw new \Exception('Cannot get average metric without specifying a field.'); } $value = $this->submissions()->avg(function ($submission) use ($field) { return $submission->get($field); }); return number_format($value, $this->get('precision', 2)); } }
© 2026 UnknownSec