shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolas.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
resources
/
views
/
globals
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
index.blade.php
@php use function Statamic\trans as __; @endphp @extends('statamic::layout') @section('title', __('Global Sets')) @section('content') @unless($globals->isEmpty()) <div class="flex items-center mb-6"> <h1 class="flex-1">{{ __('Globals') }}</h1> @can('create', 'Statamic\Contracts\Globals\GlobalSet') <a href="{{ cp_route('globals.create') }}" class="btn-primary">{{ __('Create Global Set') }}</a> @endcan </div> <global-listing :globals="{{ json_encode($globals) }}"></global-listing> @else @include('statamic::partials.empty-state', [ 'title' => __('Globals'), 'description' => __('statamic::messages.global_set_config_intro'), 'svg' => 'empty/globals', 'button_url' => cp_route('globals.create'), 'button_text' => __('Create Global Set'), 'can' => $user->can('create', 'Statamic\Contracts\Globals\GlobalSet') ]) @endunless @include('statamic::partials.docs-callout', [ 'topic' => __('Global Variables'), 'url' => Statamic::docsUrl('globals') ]) @endsection
© 2026 UnknownSec