Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
v3.cesa.co.za /
var /
cache /
.!!QgY /
twig /
4a /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
4a1bd065d519a11c8f5eea8d89622b7d.php
6.35
KB
-rwxrwxr-x
2026-05-18 12:54
4a6489f37ab6990ae7ccec13a3c6b958.php
1.95
KB
-rwxrwxr-x
2026-05-18 12:54
4ae70e1c17dd5588db3c68c39d1e38f4.php
3.06
KB
-rwxrwxr-x
2026-05-18 12:54
Save
Rename
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; use Twig\TemplateWrapper; /* @SonataAdmin/CRUD/show_array.html.twig */ class __TwigTemplate_81b80e8b5a803d59165d4c4771845701 extends Template { private Source $source; /** * @var array<string, Template> */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'field' => [$this, 'block_field'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 13 return "@SonataAdmin/CRUD/base_show_field.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 11 $macros["show"] = $this->macros["show"] = $this->load("@SonataAdmin/CRUD/base_array_macro.html.twig", 11)->unwrap(); // line 13 $this->parent = $this->load("@SonataAdmin/CRUD/base_show_field.html.twig", 13); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } // line 15 /** * @return iterable<null|scalar|\Stringable> */ public function block_field(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 16 yield " "; yield $macros["show"]->getTemplateForMacro("macro_render_array", $context, 16, $this->getSourceContext())->macro_render_array(...[ // line 17 ($context["value"] ?? null), Twig\Extension\CoreExtension::merge(["default_translation_domain" => CoreExtension::getAttribute($this->env, $this->source, // line 18 ($context["admin"] ?? null), "translationDomain", [], "any", false, false, false, 18)], CoreExtension::getAttribute($this->env, $this->source, ($context["field_description"] ?? null), "options", [], "any", false, false, false, 18))]); // line 19 yield " "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@SonataAdmin/CRUD/show_array.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 66 => 19, 64 => 18, 63 => 17, 61 => 16, 54 => 15, 49 => 13, 47 => 11, 40 => 13,); } public function getSourceContext(): Source { return new Source("", "@SonataAdmin/CRUD/show_array.html.twig", "/var/www/v3.cesa.co.za/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/show_array.html.twig"); } }