shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Fieldtypes
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Width.php
<?php namespace Statamic\Fieldtypes; use Statamic\Fields\Fieldtype; class Width extends Fieldtype { use HasSelectOptions; protected $categories = ['controls']; protected $indexComponent = 'tags'; protected function configFieldItems(): array { return [ [ 'display' => __('Options'), 'fields' => [ 'options' => [ 'display' => __('Options'), 'instructions' => __('statamic::fieldtypes.width.config.options'), 'type' => 'list', 'default' => [25, 33, 50, 66, 75, 100], ], 'default' => [ 'display' => __('Default Value'), 'instructions' => __('statamic::messages.fields_default_instructions'), 'type' => 'text', 'default' => 100, 'width' => 50, ], ], ], ]; } }
© 2026 UnknownSec