Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
var
/
tmp
/
twig
/
33
/
//var/tmp/twig/33/335070c38a93eec6c38b364a66267f7a07d98ed620e35d21423a7c7674288e9b.php
<?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; /* login/footer.twig */ class __TwigTemplate_5fcf1e279fb72e74991466ad3a3bf2bec88fae7ce5c5b56351d79d76f4b24135 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 1 yield "</div> "; // line 2 if ((0 === CoreExtension::compare(($context["check_timeout"] ?? null), true))) { // line 3 yield " </div> "; } return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "login/footer.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 43 => 3, 41 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "login/footer.twig", "/srv/admin/htdocs/phpmyadmin-5.2/templates/login/footer.twig"); } }