/
home
/
desid573
/
tmp
/
pma_template_compiles_desid573
/
twig
/
c7
/
/home/desid573/tmp/pma_template_compiles_desid573/twig/c7
mkdir
upload
Name
Size
Mode
Actions
c7d07488f88e71f6ecdaafee0750b3ac.php
1942
0644
edit
dl
rm
c7e8fc8e83845f91e522d5b888468d4615cf13269009adc21b7f4bc6599960c7.php
9032
0644
edit
dl
rm
c70d86746879580aa115022c88d500bd.php
2363
0644
edit
dl
rm
c70df99bff2eea2f20aba19bbb7b8d5de327cecaedb5dc3d383203f7d3d02ad2.php
3841
0644
edit
dl
rm
c7227a9ad6b19e1c20f405b3654359cf348caf7c28e64d49904a026aa1f0c0dc.php
1823
0644
edit
dl
rm
Edit:
/home/desid573/tmp/pma_template_compiles_desid573/twig/c7/c70d86746879580aa115022c88d500bd.php
(2363B)
<?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; /* modals/preview_sql_modal.twig */ class __TwigTemplate_ca100332df68481966167af3372a21bf 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 class=\"modal fade\" id=\"previewSqlModal\" tabindex=\"-1\" aria-labelledby=\"previewSqlModalLabel\" aria-hidden=\"true\"> <div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header\"> <h5 class=\"modal-title\" id=\"previewSqlModalLabel\">"; yield _gettext("Loading"); // line 5 yield "</h5> <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\""; yield _gettext("Close"); // line 6 yield "\"></button> </div> <div class=\"modal-body\"></div> <div class=\"modal-footer\"> <button type=\"button\" class=\"btn btn-secondary\" data-bs-dismiss=\"modal\">"; yield _gettext("Close"); // line 10 yield "</button> </div> </div> </div> </div> "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "modals/preview_sql_modal.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 56 => 10, 49 => 6, 45 => 5, 38 => 1,); } public function getSourceContext() { return new Source("", "modals/preview_sql_modal.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/modals/preview_sql_modal.twig"); } }
Save
cmd:
run