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 /
2a /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
2a3a442bee4518b6af35de2bb0cdccbc.php
11.13
KB
-rwxrwxr-x
2026-05-18 12:54
2a8355e2c2643d5c3011b4c60f524644.php
2.01
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/base_array_macro.html.twig */ class __TwigTemplate_44ec770751bc30b80646da31c7319d7d 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->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 11 yield " "; yield from []; } // line 12 public function macro_render_array($value = null, $options = [], ...$varargs): string|Markup { $macros = $this->macros; $context = [ "value" => $value, "options" => $options, "varargs" => $varargs, ] + $this->env->getGlobals(); $blocks = []; return ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) { // line 13 yield " "; $context["options"] = Twig\Extension\CoreExtension::merge(["inline" => false, "key_translation_domain" => false, "value_translation_domain" => false, "display" => "both"], // line 18 ($context["options"] ?? null)); // line 19 $macros["_v0"] = $this; // line 21 if ((($tmp = !CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "inline", [], "any", false, false, false, 21)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 22 yield "<ul>"; } else { // line 24 yield "["; } // line 27 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["value"] ?? null)); $context['loop'] = [ 'parent' => $context['_parent'], 'index0' => 0, 'index' => 1, 'first' => true, ]; if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { $length = count($context['_seq']); $context['loop']['revindex0'] = $length - 1; $context['loop']['revindex'] = $length; $context['loop']['length'] = $length; $context['loop']['last'] = 1 === $length; } foreach ($context['_seq'] as $context["key"] => $context["val"]) { // line 28 if ((($tmp = !CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "inline", [], "any", false, false, false, 28)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 29 yield "<li>"; } // line 32 if (CoreExtension::inFilter(CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "display", [], "any", false, false, false, 32), ["both", "keys"])) { // line 33 if ((CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "key_translation_domain", [], "any", false, false, false, 33) === false)) { // line 34 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["key"], "html", null, true); } else { // line 36 if ((CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "key_translation_domain", [], "any", false, false, false, 36) === true)) { // line 37 $context["key_translation_domain"] = CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "default_translation_domain", [], "any", false, false, false, 37); } elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 38 ($context["options"] ?? null), "key_translation_domain", [], "any", false, false, false, 38) === null)) { // line 39 $context["key_translation_domain"] = null; } else { // line 41 $context["key_translation_domain"] = CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "key_translation_domain", [], "any", false, false, false, 41); } // line 44 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["key"], [], ($context["key_translation_domain"] ?? null)), "html", null, true); } } // line 48 if ((CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "display", [], "any", false, false, false, 48) == "both")) { // line 49 yield " => "; } // line 52 if (is_iterable($context["val"])) { // line 53 yield $macros["_v0"]->getTemplateForMacro("macro_render_array", $context, 53, $this->getSourceContext())->macro_render_array(...[$context["val"], ($context["options"] ?? null)]); } else { // line 55 if (CoreExtension::inFilter(CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "display", [], "any", false, false, false, 55), ["both", "values"])) { // line 56 if ((CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "value_translation_domain", [], "any", false, false, false, 56) === false)) { // line 57 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["val"], "html", null, true); } else { // line 59 if ((CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "value_translation_domain", [], "any", false, false, false, 59) === true)) { // line 60 $context["value_translation_domain"] = CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "default_translation_domain", [], "any", false, false, false, 60); } elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 61 ($context["options"] ?? null), "value_translation_domain", [], "any", false, false, false, 61) === null)) { // line 62 $context["value_translation_domain"] = null; } else { // line 64 $context["value_translation_domain"] = CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "value_translation_domain", [], "any", false, false, false, 64); } // line 67 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["val"], [], ($context["value_translation_domain"] ?? null)), "html", null, true); } } } // line 72 if ((($tmp = !CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "inline", [], "any", false, false, false, 72)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 73 yield "</li>"; } // line 76 if (((CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "inline", [], "any", false, false, false, 76) == true) && !CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 76))) { // line 77 yield ", "; } ++$context['loop']['index0']; ++$context['loop']['index']; $context['loop']['first'] = false; if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) { --$context['loop']['revindex0']; --$context['loop']['revindex']; $context['loop']['last'] = 0 === $context['loop']['revindex0']; } } $_parent = $context['_parent']; unset($context['_seq'], $context['key'], $context['val'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 81 if ((($tmp = !CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "inline", [], "any", false, false, false, 81)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 82 yield "</ul>"; } else { // line 84 yield "]"; } yield from []; })())) ? '' : new Markup($tmp, $this->env->getCharset()); } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@SonataAdmin/CRUD/base_array_macro.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 182 => 84, 179 => 82, 177 => 81, 161 => 77, 159 => 76, 156 => 73, 154 => 72, 149 => 67, 146 => 64, 143 => 62, 141 => 61, 139 => 60, 137 => 59, 134 => 57, 132 => 56, 130 => 55, 127 => 53, 125 => 52, 122 => 49, 120 => 48, 116 => 44, 113 => 41, 110 => 39, 108 => 38, 106 => 37, 104 => 36, 101 => 34, 99 => 33, 97 => 32, 94 => 29, 92 => 28, 75 => 27, 72 => 24, 69 => 22, 67 => 21, 65 => 19, 63 => 18, 61 => 13, 48 => 12, 42 => 11,); } public function getSourceContext(): Source { return new Source("", "@SonataAdmin/CRUD/base_array_macro.html.twig", "/var/www/v3.cesa.co.za/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_array_macro.html.twig"); } }