Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
root
/
tmp
/
twig
/
e6
/
//proc/212/root/tmp/twig/e6/e6458c4fc422b27ef44a2bf9cb571c1285c0316fb571358df35317fe89d36986.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; /* javascript/redirect.twig */ class __TwigTemplate_c6bc713e113a304e1f27abbd4afe691c45c09ef8ec86f229ca5306670320dfe4 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 "<script type='text/javascript'> window.onload = function () { window.location = '"; // line 3 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["url"] ?? null), "html", null, true); yield "'; }; </script> "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "javascript/redirect.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 42 => 3, 38 => 1,); } public function getSourceContext() { return new Source("", "javascript/redirect.twig", "/srv/admin/htdocs/phpmyadmin-5.2/templates/javascript/redirect.twig"); } }