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 /
9a /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
9a03fada22c69d8c8f7b0a6ac79243cb.php
5.65
KB
-rwxrwxr-x
2026-05-18 12:54
9a0fb8200be8ddd182d0868b41cbef91.php
4.13
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; /* @email/zurb_2/notification/body.txt.twig */ class __TwigTemplate_6f23f857d4de3025742d46e73c09db9d 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 = [ 'lead' => [$this, 'block_lead'], 'content' => [$this, 'block_content'], 'action' => [$this, 'block_action'], 'exception' => [$this, 'block_exception'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield from $this->unwrap()->yieldBlock('lead', $context, $blocks); // line 4 yield " "; // line 5 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 8 yield " "; // line 9 yield from $this->unwrap()->yieldBlock('action', $context, $blocks); // line 14 yield " "; // line 15 yield from $this->unwrap()->yieldBlock('exception', $context, $blocks); yield from []; } // line 1 /** * @return iterable<null|scalar|\Stringable> */ public function block_lead(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 2 yield CoreExtension::getAttribute($this->env, $this->source, ($context["email"] ?? null), "subject", [], "any", false, false, false, 2); yield " "; yield from []; } // line 5 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 6 yield ($context["content"] ?? null); yield " "; yield from []; } // line 9 /** * @return iterable<null|scalar|\Stringable> */ public function block_action(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 10 if ((($tmp = ($context["action_url"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 11 yield ($context["action_text"] ?? null); yield ": "; yield ($context["action_url"] ?? null); yield " "; } yield from []; } // line 15 /** * @return iterable<null|scalar|\Stringable> */ public function block_exception(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 16 if ((($tmp = ($context["exception"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 17 yield "Exception stack trace attached. "; // line 18 yield ($context["exception"] ?? null); yield " "; } yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@email/zurb_2/notification/body.txt.twig"; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 125 => 18, 122 => 17, 120 => 16, 113 => 15, 103 => 11, 101 => 10, 94 => 9, 87 => 6, 80 => 5, 73 => 2, 66 => 1, 61 => 15, 58 => 14, 56 => 9, 53 => 8, 51 => 5, 48 => 4, 46 => 1,); } public function getSourceContext(): Source { return new Source("", "@email/zurb_2/notification/body.txt.twig", "/var/www/v3.cesa.co.za/vendor/symfony/twig-bridge/Resources/views/Email/zurb_2/notification/body.txt.twig"); } }