shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Facades
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
GlobalVariables.php
<?php namespace Statamic\Facades; use Illuminate\Support\Facades\Facade; use Statamic\Contracts\Globals\GlobalVariablesRepository; /** * @method static \Statamic\Globals\VariablesCollection all() * @method static null|\Statamic\Globals\Variables find($id) * @method static \Statamic\Globals\Variables findOrFail($id) * @method static \Statamic\Globals\VariablesCollection whereSet($set) * @method static void save($variable); * * @see \Statamic\Globals\VariablesCollection */ class GlobalVariables extends Facade { protected static function getFacadeAccessor() { return GlobalVariablesRepository::class; } }
© 2026 UnknownSec