/
home
/
suroeste
/
tmp
/
pma_template_compiles_suroeste
/
twig
/
ec
/
/home/suroeste/tmp/pma_template_compiles_suroeste/twig/ec
mkdir
upload
Name
Size
Mode
Actions
ec6c37ccb416eeefe106753e336b492b.php
1786
0644
edit
dl
rm
ec583ce0881b4f453741a89768a682d3.php
14014
0644
edit
dl
rm
Edit:
/home/suroeste/tmp/pma_template_compiles_suroeste/twig/ec/ec6c37ccb416eeefe106753e336b492b.php
(1786B)
<?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_28dc65e91fe1720cc9a6ddc1681c4032 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", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/javascript/redirect.twig"); } }
Save
cmd:
run