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 /
d0 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
d09d0f4c4018e1e466b91f1796b2094f.php
28.21
KB
-rwxrwxr-x
2026-05-18 12:54
d0cf2375d1c9827b23630702d5d0efff.php
4.58
KB
-rwxrwxr-x
2026-05-18 12:54
d0e44e2c2c1138a4d3929cb86f04e4e4.php
10.6
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/empty_layout.html.twig */ class __TwigTemplate_2075c6b9a326b1e8dae17d8ef5ba8a05 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 = [ 'sonata_header' => [$this, 'block_sonata_header'], 'sonata_left_side' => [$this, 'block_sonata_left_side'], 'sonata_nav' => [$this, 'block_sonata_nav'], 'sonata_breadcrumb' => [$this, 'block_sonata_breadcrumb'], 'stylesheets' => [$this, 'block_stylesheets'], 'sonata_wrapper' => [$this, 'block_sonata_wrapper'], 'sonata_page_content' => [$this, 'block_sonata_page_content'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 12 return $this->load($this->env->getRuntime('Sonata\AdminBundle\Twig\TemplateRegistryRuntime')->getGlobalTemplate("layout"), 12); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } // line 14 /** * @return iterable<null|scalar|\Stringable> */ public function block_sonata_header(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 15 /** * @return iterable<null|scalar|\Stringable> */ public function block_sonata_left_side(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 16 /** * @return iterable<null|scalar|\Stringable> */ public function block_sonata_nav(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 17 /** * @return iterable<null|scalar|\Stringable> */ public function block_sonata_breadcrumb(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 19 /** * @return iterable<null|scalar|\Stringable> */ public function block_stylesheets(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 20 yield " "; yield from $this->yieldParentBlock("stylesheets", $context, $blocks); yield " <style> .content { margin: 0px; padding: 0px; } </style> "; yield from []; } // line 30 /** * @return iterable<null|scalar|\Stringable> */ public function block_sonata_wrapper(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 31 yield " "; yield from $this->unwrap()->yieldBlock('sonata_page_content', $context, $blocks); yield from []; } /** * @return iterable<null|scalar|\Stringable> */ public function block_sonata_page_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 32 yield " "; yield from $this->yieldParentBlock("sonata_page_content", $context, $blocks); yield " "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@SonataAdmin/empty_layout.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 137 => 32, 125 => 31, 118 => 30, 103 => 20, 96 => 19, 86 => 17, 76 => 16, 66 => 15, 56 => 14, 46 => 12,); } public function getSourceContext(): Source { return new Source("", "@SonataAdmin/empty_layout.html.twig", "/var/www/v3.cesa.co.za/vendor/sonata-project/admin-bundle/src/Resources/views/empty_layout.html.twig"); } }