Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
mautic
/
var
/
tmp
/
twig
/
98
/
Filename :
985caab4305cb01d9779c4291334b6e3.php
back
Copy
<?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; /* @MauticCore/Error/404.html.twig */ class __TwigTemplate_dde571a5b6968b926d42c329f509f417 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 = [ ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 1 return "@MauticCore/Error/base.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 3 $context["src"] = $this->extensions['Mautic\CoreBundle\Twig\Extension\MautibotExtension']->getImage("openMouth"); // line 4 $context["message"] = "mautic.core.error.404"; // line 1 $this->parent = $this->loadTemplate("@MauticCore/Error/base.html.twig", "@MauticCore/Error/404.html.twig", 1); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@MauticCore/Error/404.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 50 => 1, 48 => 4, 46 => 3, 39 => 1,); } public function getSourceContext(): Source { return new Source("", "@MauticCore/Error/404.html.twig", "/var/www/mautic/app/bundles/CoreBundle/Resources/views/Error/404.html.twig"); } }