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 /
c6 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
c61147bed2acab6bd3d3066744ba9cb5.php
4.81
KB
-rwxrwxr-x
2026-05-18 12:54
c61917069fcb5fc2ce930f3fb55e74e3.php
12.4
KB
-rwxrwxr-x
2026-05-18 12:55
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/Breadcrumb/breadcrumb_title.html.twig */ class __TwigTemplate_898bfd978eb3afa05a92b867d419d77a 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 1 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? 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["menu"]) { // line 2 yield " "; if ((($tmp = !CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 2)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 3 yield " "; if ((CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 3) != 2)) { // line 4 yield " > "; } // line 7 $context["translation_domain"] = CoreExtension::getAttribute($this->env, $this->source, $context["menu"], "extra", ["translation_domain", "messages"], "method", false, false, false, 7); // line 9 $context["label"] = CoreExtension::getAttribute($this->env, $this->source, $context["menu"], "getLabel", [], "method", false, false, false, 9); // line 10 if ((($tmp = !(($context["translation_domain"] ?? null) === false)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 11 $context["label"] = $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(($context["label"] ?? null), CoreExtension::getAttribute($this->env, $this->source, $context["menu"], "extra", ["translation_params", []], "method", false, false, false, 11), ($context["translation_domain"] ?? null)); } // line 14 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["label"] ?? null), "html", null, true); 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['menu'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@SonataAdmin/Breadcrumb/breadcrumb_title.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 78 => 14, 75 => 11, 73 => 10, 71 => 9, 69 => 7, 65 => 4, 62 => 3, 59 => 2, 42 => 1,); } public function getSourceContext(): Source { return new Source("", "@SonataAdmin/Breadcrumb/breadcrumb_title.html.twig", "/var/www/v3.cesa.co.za/vendor/sonata-project/admin-bundle/src/Resources/views/Breadcrumb/breadcrumb_title.html.twig"); } }