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 /
9e /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
9e4b16f48902559a44c35e10681cfa81.php
2.86
KB
-rwxrwxr-x
2026-05-18 12:54
9ea42fe68f5bf161b7f8a6f379792892.php
3.16
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; /* @Contact/Email/layout.txt.twig */ class __TwigTemplate_b5951cea3d4d69dfb8b4c0f2efa5d174 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 = [ 'content' => [$this, 'block_content'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 3 yield " "; // line 4 yield $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Best regards"); yield " "; // line 6 yield $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase(($context["contactFromName"] ?? null)); yield " "; // line 7 yield ($context["contactFromEMail"] ?? null); yield " "; // line 8 yield ($context["sitePath"] ?? null); yield " "; // line 10 yield $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Copyright"); yield " © 1999 - "; yield CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Twig\Extension\CoreExtension']->convertDate(), "format", ["Y"], "method", false, false, false, 10); yield " IGotAfrica CC."; yield from []; } // line 1 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@Contact/Email/layout.txt.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 74 => 1, 66 => 10, 61 => 8, 57 => 7, 53 => 6, 48 => 4, 45 => 3, 43 => 1,); } public function getSourceContext(): Source { return new Source("", "@Contact/Email/layout.txt.twig", "/var/www/v3.cesa.co.za/src/ContactBundle/Resources/views/Email/layout.txt.twig"); } }