Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
tmp
/
twig
/
d2
/
/srv/data/tmp/twig/d2/d221e933480062155a3255c64905488fa064cf5f8897a67446b3a77d767c7cc0.php
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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/export/options_output_save_dir.twig */ class __TwigTemplate_57a5837a2b63ed6dceb9efec7d909a9b355322702fef078eee47af97984ebee3 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<li> <input type=\"checkbox\" name=\"onserver\" value=\"saveit\" id=\"checkbox_dump_onserver\""; // line 3 echo ((($context["export_is_checked"] ?? null)) ? (" checked") : ("")); echo "> <label for=\"checkbox_dump_onserver\"> "; // line 5 echo sprintf(_gettext("Save on server in the directory <strong>%s</strong>"), twig_escape_filter($this->env, ($context["save_dir"] ?? null))); echo " </label> </li> <li> <input type=\"checkbox\" name=\"onserver_overwrite\" value=\"saveitover\" id=\"checkbox_dump_onserver_overwrite\""; // line 11 echo ((($context["export_overwrite_is_checked"] ?? null)) ? (" checked") : ("")); echo "> <label for=\"checkbox_dump_onserver_overwrite\"> "; // line 13 echo _gettext("Overwrite existing file(s)"); // line 14 echo " </label> </li> "; } public function getTemplateName() { return "display/export/options_output_save_dir.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 54 => 14, 52 => 13, 47 => 11, 39 => 5, 34 => 3, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "display/export/options_output_save_dir.twig", "/srv/admin/htdocs/phpmyadmin/templates/display/export/options_output_save_dir.twig"); } }