Sindbad~EG File Manager
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* display_and_die.html.twig */
class __TwigTemplate_510978d5ccef2b38de92e941718bfb70 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 33
echo "
<div class=\"alert alert-danger alert-important\">
<div class=\"d-flex\">
<div class=\"me-2\">
<i class=\"fas fa-exclamation-triangle fa-2x\"></i>
</div>
<div>
";
// line 40
echo twig_escape_filter($this->env, ($context["message"] ?? null), "html", null, true);
echo "
</div>
</div>
</div>
";
}
public function getTemplateName()
{
return "display_and_die.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 46 => 40, 37 => 33,);
}
public function getSourceContext()
{
return new Source("", "display_and_die.html.twig", "/home/escuelai/public_html/it/templates/display_and_die.html.twig");
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists