";
// line 10
yield Twig\Extension\CoreExtension::sprintf(_gettext("Welcome to %s"), "phpMyAdmin");
yield "
";
// line 17
yield $this->env->getFilter('error')->getCallable()(_gettext("There is a mismatch between HTTPS indicated on the server and client. This can lead to a non working phpMyAdmin or a security risk. Please fix your server configuration to indicate HTTPS properly."));
yield "
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "login/header.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 73 => 17, 66 => 13, 60 => 10, 55 => 8, 51 => 7, 44 => 4, 40 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "login/header.twig", "/home/suvo/web/pg.ns77.siliconpin.com/public_html/pma/templates/login/header.twig");
}
}