芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/tmp/pma_template_compiles_sdektunc/twig/f8/f86efb125b154de369b67c66a309cbf4.php
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 2 echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null)); echo "
"; echo _gettext("Do you really want to execute the following query?"); // line 7 echo "
"; // line 9 echo ($context["full_query"] ?? null); echo "
"; echo _gettext("Enable foreign key checks"); // line 16 echo "
"; } public function getTemplateName() { return "database/structure/drop_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 78 => 20, 74 => 19, 68 => 16, 63 => 15, 54 => 9, 50 => 7, 42 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "database/structure/drop_form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/drop_form.twig"); } }