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 /
f7 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
f708eb26346fa0bb9499813a5f6eded4.php
18.41
KB
-rwxrwxr-x
2026-05-18 12:54
f75d048daca5515cc1fecc5590fd61bd.php
9.78
KB
-rwxrwxr-x
2026-05-18 12:54
f785c0f71b251af5f63814de7a272c3f.php
2.94
KB
-rwxrwxr-x
2026-05-18 12:54
f7c20d1e2739be22ff68eb121fc4309c.php
2.72
KB
-rwxrwxr-x
2026-05-18 12:54
f7ffe5f8a561095c83c446de8118d144.php
4.9
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; /* @Core/Default/page.no_access.html.twig */ class __TwigTemplate_98418eac3b47e9f907d0adfa378e0865 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 = [ 'headline' => [$this, 'block_headline'], 'content' => [$this, 'block_content'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 1 return "/base.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $this->parent = $this->load("/base.html.twig", 1); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } // line 3 /** * @return iterable<null|scalar|\Stringable> */ public function block_headline(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "No access to page"; yield from []; } // line 5 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 6 yield " <div class=\"failingAlert failureMessage\"> <p>You do not have access rights to view this page. Please contact us to arrange access.</p> <button onclick=\"history.go(-1);\">Go back</button> </div> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@Core/Default/page.no_access.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 70 => 6, 63 => 5, 52 => 3, 41 => 1,); } public function getSourceContext(): Source { return new Source("", "@Core/Default/page.no_access.html.twig", "/var/www/v3.cesa.co.za/src/CoreBundle/Resources/views/Default/page.no_access.html.twig"); } }