/
home
/
desid573
/
tmp
/
pma_template_compiles_desid573
/
twig
/
54
/
/home/desid573/tmp/pma_template_compiles_desid573/twig/54
mkdir
upload
Name
Size
Mode
Actions
54ab9bdd2b57d903c527e0edab868c42.php
2751
0644
edit
dl
rm
54ac979914df0b2963f106c4796a40620dcacdb54a49d4c4a752f315e1dd1d44.php
5964
0644
edit
dl
rm
54d71afb9fa12d2f9ad06c1d7424ba37f1c51334e065929f9f52b398d9d53ec3.php
3350
0644
edit
dl
rm
544f8ceafa5b925f0d56ec4f92e2bead.php
2502
0644
edit
dl
rm
544430c3437fdc36a24c9a9b6e83f6c5817a87bb0081d4830f69f13d30129fa8.php
1987
0644
edit
dl
rm
543123493df5a4c1d3f29c54ec3a6562715f119969d92e5080d31a13e801700d.php
9032
0644
edit
dl
rm
Edit:
/home/desid573/tmp/pma_template_compiles_desid573/twig/54/544f8ceafa5b925f0d56ec4f92e2bead.php
(2502B)
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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_confirmation.twig */ class __TwigTemplate_0f3c9f52ff55cb8f2771c6618aebdee4 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 echo "<div class=\"modal fade\" id=\"previewSqlConfirmModal\" tabindex=\"-1\" aria-labelledby=\"previewSqlConfirmModalLabel\" aria-hidden=\"true\"> <div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header\"> <h5 class=\"modal-title\" id=\"previewSqlConfirmModalLabel\">"; echo _gettext("Loading"); // line 5 echo "</h5> <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\""; echo _gettext("Close"); // line 6 echo "\"></button> </div> <div class=\"modal-body preview_sql\"> <code class=\"sql\"> <pre id=\"previewSqlConfirmCode\"></pre> </code> </div> <div class=\"modal-footer\"> <button type=\"button\" class=\"btn btn-secondary\" id=\"previewSQLConfirmOkButton\">"; echo _gettext("OK"); // line 14 echo "</button> <button type=\"button\" class=\"btn btn-secondary\" data-bs-dismiss=\"modal\">"; echo _gettext("Close"); // line 15 echo "</button> </div> </div> </div> </div> "; } public function getTemplateName() { return "modals/preview_sql_confirmation.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 63 => 15, 59 => 14, 48 => 6, 44 => 5, 37 => 1,); } public function getSourceContext() { return new Source("", "modals/preview_sql_confirmation.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/modals/preview_sql_confirmation.twig"); } }
Save
cmd:
run