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 /
2c /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
2c85ee47a04554813690d8baed0744c3.php
4.38
KB
-rwxrwxr-x
2026-05-18 12:54
2ca1f1c69a984c1706a492b7059f7fc6.php
12.66
KB
-rwxrwxr-x
2026-05-18 12:55
2ca6fb78bda1964fe59cd9ac40ff753e.php
4.63
KB
-rwxrwxr-x
2026-05-18 12:54
2cd8e1d5ef4b087b757662ed0d6b53c5.php
13.07
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_acl.html.twig */ class __TwigTemplate_69a69f6a5aef624d852e0fee5d42f732 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 = [ 'actions' => [$this, 'block_actions'], 'form' => [$this, 'block_form'], 'form_acl_roles' => [$this, 'block_form_acl_roles'], 'form_acl_users' => [$this, 'block_form_acl_users'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 12 return $this->load(($context["base_template"] ?? null), 12); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 18 $macros["acl"] = $this->macros["acl"] = $this->load("@SonataAdmin/CRUD/base_acl_macro.html.twig", 18)->unwrap(); // line 12 yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } // line 14 /** * @return iterable<null|scalar|\Stringable> */ public function block_actions(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 15 yield from $this->load("@SonataAdmin/CRUD/action_buttons.html.twig", 15)->unwrap()->yield($context); yield from []; } // line 20 /** * @return iterable<null|scalar|\Stringable> */ public function block_form(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 21 yield " "; yield from $this->unwrap()->yieldBlock('form_acl_roles', $context, $blocks); // line 24 yield " "; yield from $this->unwrap()->yieldBlock('form_acl_users', $context, $blocks); yield from []; } // line 21 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_acl_roles(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 22 yield " "; yield $macros["acl"]->getTemplateForMacro("macro_render_form", $context, 22, $this->getSourceContext())->macro_render_form(...[($context["aclRolesForm"] ?? null), ($context["permissions"] ?? null), "td_role", ($context["admin"] ?? null), ($context["sonata_config"] ?? null), ($context["object"] ?? null)]); yield " "; yield from []; } // line 24 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_acl_users(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 25 yield " "; yield $macros["acl"]->getTemplateForMacro("macro_render_form", $context, 25, $this->getSourceContext())->macro_render_form(...[($context["aclUsersForm"] ?? null), ($context["permissions"] ?? null), "td_username", ($context["admin"] ?? null), ($context["sonata_config"] ?? null), ($context["object"] ?? null)]); yield " "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@SonataAdmin/CRUD/base_acl.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 106 => 25, 99 => 24, 91 => 22, 84 => 21, 78 => 24, 75 => 21, 68 => 20, 63 => 15, 56 => 14, 52 => 12, 50 => 18, 43 => 12,); } public function getSourceContext(): Source { return new Source("", "@SonataAdmin/CRUD/base_acl.html.twig", "/var/www/v3.cesa.co.za/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_acl.html.twig"); } }