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; /* @Contact/Email/email.base.txt.twig */ class __TwigTemplate_4a6ef274491ffeb3164a977f164d77db 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 = [ 'main_logo' => [$this, 'block_main_logo'], 'content' => [$this, 'block_content'], 'footer' => [$this, 'block_footer'], 'cc_block' => [$this, 'block_cc_block'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield from $this->unwrap()->yieldBlock('main_logo', $context, $blocks); // line 3 yield " "; // line 4 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 6 yield " "; // line 7 yield $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Best regards"); yield " "; // line 9 yield $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase(($context["contactFromName"] ?? null)); yield " "; // line 10 yield ($context["contactFromEMail"] ?? null); yield " "; // line 11 yield ($context["sitePath"] ?? null); yield " "; // line 13 yield from $this->unwrap()->yieldBlock('footer', $context, $blocks); // line 14 yield " "; // line 15 if ((array_key_exists("recipient", $context) && !(null === ($context["recipient"] ?? null)))) { // line 16 yield " Unsubscibe here: "; yield ($context["sitePath"] ?? null); yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_user_unsubscribe_newsletter", ["unsub" => "##messageRecipientIdEnc##"]); yield " "; } // line 18 yield " "; // line 19 yield $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Copyright"); yield " © "; yield from $this->unwrap()->yieldBlock('cc_block', $context, $blocks); yield from []; } // line 1 /** * @return iterable<null|scalar|\Stringable> */ public function block_main_logo(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 4 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 13 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 19 /** * @return iterable<null|scalar|\Stringable> */ public function block_cc_block(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "1999 - "; yield CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Twig\Extension\CoreExtension']->convertDate(), "format", ["Y"], "method", false, false, false, 19); yield " CESA."; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@Contact/Email/email.base.txt.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 128 => 19, 118 => 13, 108 => 4, 98 => 1, 91 => 19, 88 => 18, 81 => 16, 79 => 15, 76 => 14, 74 => 13, 69 => 11, 65 => 10, 61 => 9, 56 => 7, 53 => 6, 51 => 4, 48 => 3, 46 => 1,); } public function getSourceContext(): Source { return new Source("", "@Contact/Email/email.base.txt.twig", "/var/www/v3.cesa.co.za/src/ContactBundle/Resources/views/Email/email.base.txt.twig"); } }