Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/joomla4/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/joomla4/68.tar

688d04c5d0f4bd58319e5a3c4369075b95c92e22e9095779fc39e086adcb9e6c.php000064400000005372151160401130016045
0ustar00<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;

/* error.html.twig */
class
__TwigTemplate_af13167e5635e5a97e991fead09ad10ecf6f2461b488b0be1b072b5b22904f38
extends \Twig\Template
{
    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->blocks = [
            'page_head' => [$this,
'block_page_head'],
            'content' => [$this, 'block_content'],
        ];
    }

    protected function doGetParent(array $context)
    {
        // line 1
        return "partials/page.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $this->parent =
$this->loadTemplate("partials/page.html.twig",
"error.html.twig", 1);
        $this->parent->display($context,
array_merge($this->blocks, $blocks));
    }

    // line 3
    public function block_page_head($context, array $blocks = [])
    {
        // line 4
        $this->loadTemplate("partials/error_head.html.twig",
"error.html.twig", 4)->display($context);
    }

    // line 7
    public function block_content($context, array $blocks = [])
    {
        // line 8
        echo "    <h1>";
        echo twig_escape_filter($this->env,
(((isset($context["errorcode"]) ||
array_key_exists("errorcode", $context))) ?
(_twig_default_filter(($context["errorcode"] ?? null), 500)) :
(500)), "html", null, true);
        echo " ";
        echo twig_escape_filter($this->env,
(((isset($context["error"]) ||
array_key_exists("error", $context))) ?
(_twig_default_filter(($context["error"] ?? null), "Unknown
Error")) : ("Unknown Error")), "html", null,
true);
        echo "</h1>
    ";
        // line 9
        echo ($context["backtrace"] ?? null);
        echo "
";
    }

    public function getTemplateName()
    {
        return "error.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  57 => 9,  50 => 8,  47 => 7,  43 => 4, 
40 => 3,  30 => 1,);
    }

    /** @deprecated since 1.27 (to be removed in 2.0). Use
getSourceContext() instead */
    public function getSource()
    {
        @trigger_error('The '.__METHOD__.' method is
deprecated since version 1.27 and will be removed in 2.0. Use
getSourceContext() instead.', E_USER_DEPRECATED);

        return $this->getSourceContext()->getCode();
    }

    public function getSourceContext()
    {
        return new Source("", "error.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/twig/error.html.twig");
    }
}